#90daysofdevops
Read more stories on Hashnode
Articles with this tag
In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical...
-What is Deployment in k8s? A Kubernetes Deployment tells Kubernetes how to create or modify instances of the pods that hold a containerized...
What is minikube? Ans:- Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...
#90DaysOfDevOps · What is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes (also known as k8s or “kube”) is an open-source...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) is a DevOps...
#90DaysOfDevOps One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins What is a Pipeline - A...