DevOps Tools 101 - Kubernetes
DevOps Tools 101 is a series of posts outlining in easy to digest form, the tools available and in use by the DevOps community.
Today we’ll be learning about Kubernetes (often abbreviated to k8s), which was originally developed and then open-sourced by Google.
The Official Description From kubernetes.io
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
The Breakdown open-source system - you can look at and modify the underlying code that makes up kubernetes
[Read More]