#kubernetes
Read more stories on Hashnode
Articles with this tag
A persistent volume is a piece of storage in a cluster that an administrator has provisioned. It is a resource in the cluster, just as a node is a...
Kubernetes Secrets and ConfigMaps separate the configuration of individual container instances from the container image, reducing overhead and adding...
A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster (which all perform the same function). Since pods are...
Namespaces are a way to organize clusters into virtual sub-clusters — they can be helpful when different teams or projects share a Kubernetes cluster....
Kubernetes - Cluster Architecture As seen in the following diagram, Kubernetes follows client-server architecture. Wherein, we have master installed...
Here is a quick and full example to build a docker image from private GitHub repo and push to docker hub with declarative pipeline in Jenkins. I...