K8s Crash Course
Over the past week I spent some time learning Kubernetes. I’m going to share some of the things I learned and some of the things I’m still learning. Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized application History Way back when….there were “Traditional Deployments” 2000’s On Premises, Bare metal hardware Teams of sysadmins handle provisioning and managing of fleets of servers Monoliths….. Custom, home grown monitoring and tooling 2010s VM’s starting to gain massive adoption Clouds services enables VM’s to be created and destroyed Configuration management tolling, and overall imporived tooling 2020s Containers, containers, containers Workload orchestrator’s (like Kubernetes!...