#kubernetes
Read more stories on Hashnode
Articles with this tag
Project Description The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline...
Q1 What is Kubernetes and why it is important? Kubernetes is an opensource platform for automation,deployment,scaling and managed of containerised...
What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...