#devops
Read more stories on Hashnode
Articles with this tag
What is Service? In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses....
What is a Namespace? You can think of a Namespace as a virtual cluster inside your Kubernetes cluster. You can have multiple namespaces inside a...
What is Deployment in k8s? A deployment is an object in Kubernetes that helps you to manage a group of identical pods. Without a deployment, you’d got...
What is MiniKube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container,...
What is Kubernetes and why do we call it k8s? Kubernetes is an open-source container orchestration platform that helps manage and automate the...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...