Articles in this series
Day 30 of 90daysofdevops · Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric...
Day 31 of 90daysofdevops · What is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can...
Day 32 of 90daysofdevops · Deployment in K8s A Deployment is a high-level resource that provides declarative updates for managing a set of identical...
Day 33 of 90daysofdevops · Define Namespaces A namespace is a way to partition and isolate resources within a cluster. It provides a virtual cluster...
Day 34 of 90daysofdevops · Task 1:Create a Service for accessing todo-app Create a Service for your todo-app Deployment from Day-32 Create a Service...
Day 35 of 90daysofdevops · Define ConfigMaps ConfigMaps in Kubernetes is a way to store configuration data as key-value pairs or plain text files,...