#kubernetes
Read more stories on Hashnode
Articles with this tag
Day 37 of 90daysofdevops · 1️⃣ What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform used for...
Day 36 of 90daysofdevops · Persistent Volumes (PV) in K8s Persistent Volumes (PVs) are a mechanism to provide persistent storage for applications...
Day 35 of 90daysofdevops · Define ConfigMaps ConfigMaps in Kubernetes is a way to store configuration data as key-value pairs or plain text files,...
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 33 of 90daysofdevops · Define Namespaces A namespace is a way to partition and isolate resources within a cluster. It provides a virtual cluster...
Day 32 of 90daysofdevops · Deployment in K8s A Deployment is a high-level resource that provides declarative updates for managing a set of identical...