The new world of Kubernetes – Containers and Orchestration Overview
Kubernetes also known as K8 was built by Google based on their experience of running containers in production it is now an open source project and is arguably best and most popular container orchestration technologies out there. In this post I want to share some of my #SummerLearning project and try to explain Kubernetes at a high level. My first observation is that Kubernetes is the buzz at the moment but in order to understand Kubernetes we have to understand two other areas first, Containers and Orchestration. Containers The Container technology I chose to try and learn over the summer was Docker, but we probablyRead More →
