Blog Insights
A Hands-On Tour of Kubernetes: Part 4 - Deployments and Replication
In this post, we will look at how to manage pod replicas using deployments. We will also look at how deployments and services can be used to expose our pods. Finally, we will deploy a demo application to our cluster and update it with zero downtime.A Hands-On Tour of Kubernetes: Part 3 - Communication and Services
In this post, we'll look at how pods communicate with each other and how services can help us tame the ephemeral nature of pod IP addresses.A Hands-On Tour of Kubernetes: Part 2 - Namespaces and Labels
Use kubernetes namespaces and labels to map your own organizational structures onto system objects in a loosely coupled fashionA Hands-On Tour of Kubernetes: Part 1 - Introduction
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.