#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is the container orchestration tool. The container is used to package the application to run...
TABLE OF CONTENTS What are Persistent Volumes in k8s? Task-1: Add a Persistent Volume to a deployed application. Task-2: Accessing data in the...
TABLE OF CONTENTS ConfigMaps Secrets Task-1: Create ConfigMap for your Deployment Task-2 : Secrets in K8s ConfigMaps The ConfigMap API resource...
TABLE OF CONTENTS What are Services in K8s In Kubernetes? Task-1: Create a Service for your app Deployment Task-2: Create a ClusterIP...
TABLE OF CONTENTS Namespace in K8s Task-1: Create a Namespace for your Deployment Task-2: Services, LoadBalancing, Networking in...
TABLE OF CONTENTS What is Deployment in K8s? Task-1: Create one Deployment file to deploy an application using "Auto-healing" and "Auto-Scaling"...