#devops-articles
Read more stories on Hashnode
Articles with this tag
What are Namespaces? In Kubernetes, Namespaces are used to create isolated environments resources. Each Namespace is a separate cluster within the...
Ways to Install Kubernetes There are different ways to install Kubernetes like: Kubernetes using kubeadm Kubernetes using Minikube Kubernetes uses...
01. What is Kubernetes? Write in your own words and why do we call it K8s? Kubernetes, also known as “K8s” for short, is an open-source container...
What is Continuous Delivery Pipelines? How does it work? In a Jenkins pipeline, every job or event has some sort of dependency on at least one or more...
Task: Creating README.md file Let's document the process of building the CI/CD pipeline that we did yesterday as a part of the day-24 task. Navigate...
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...