#kubeweek
Read more stories on Hashnode
Articles with this tag
Cluster Management Display endpoint information about the master and services in the cluster kubectl cluster-info Display the Kubernetes version...
Upgrading kubeadm clusters apt update apt-cache madison kubeadm # find the latest 1.27 version in the list # it should look like 1.27.x-00, where x is...
Persistent Volumes In Kubernetes, a Persistent Volume (PV) is a storage abstraction that provides a way for users to access persistent storage in a...
Create a Deployment for the Web Application apiVersion: apps/v1 kind: Deployment metadata: name: web-app-deployment spec: replicas: 3 selector: ...
In this I have tried to change permission of each and every file to remove it from the repo. 2 Now we will make a new file vim...
In this i have forked git repository of SHUBHAM LONDHE sir sir repo: https://github.com/LondheShubham153/microservices-k8s.git my forked repo :...