#kubernetes
Read more stories on Hashnode
Articles with this tag
Project Description In this project, our goal is to deploy a Django Todo app on AWS EC2 using a Kubernetes cluster created with Kubeadm. Kubernetes...
1. What is Kubernetes and why it is important? Kubernetes is an open-source platform used to automate the deployment, scaling, and management of...
What are Persistent Volumes in k8s? Kubernetes persistent volumes are administrator-provided volumes. They have predefined properties including file...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
Welcome to Day 32 of the #90DaysOfDevOps challenge. After successfully launching our Kubernetes cluster with Minikube on the previous day, today we...
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...