Chris Collins

1537 points
Chris Collins
Ewa Beach, Hawaii

Chris Collins is an SRE at Red Hat and an OpenSource.com Correspondent with a passion for automation, container orchestration and the ecosystems around them, and likes to recreate enterprise-grade technology at home for fun. Prior to working at Red Hat, he spent thirteen years with Duke University, variously as a Linux systems administrator, web hosting architecture and team lead, and an automation engineer. In his free time, Chris enjoys Dwarf Fortress, brewing beer, woodworking, and being a general-purpose geek.

Authored Comments

Thanks! This is great stuff! It really will make it easier for folks to get started with Flatpak. It can feel very abstract until you get some good guidance like this.

The `kubectl port-forward` command is also an *excellent* way to develop a service without actually exposing it to the world until it's completely ready to launch.

It's also a great way to use local clients on your laptop with remote services in the pods: `mysqldump`, `etcdctl`, etc.

It might be my favourite and the most convenient feature of Kubernetes!