#90daysofdevops
Read more stories on Hashnode
Articles with this tag
ConfigMap ConfigMap is a way to store configuration settings for applications running in Kubernetes. It's like a dictionary that holds key-value pairs...
Kubernetes cluster A Kubernetes cluster is a grouping of nodes that run containerized apps in an efficient, automated, distributed, and scalable...
Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster with only one node. Minikube...
What is CI/CD? CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a set of practices and techniques...
What is Jenkins? Jenkins is a tool that helps automate many of the repetitive tasks involved in software development. When developers are working on a...
What is the Difference between an Image, Container and Engine? Answer: An image is a read-only template that contains all the necessary files and...