#shubhamlondhe
Read more stories on Hashnode
Articles with this tag
AWS is a leading cloud provider that offers a wide range of services and features to help you build and run your applications. However, with great...
Cluster Management Display endpoint information about the master and services in the cluster kubectl cluster-info Display the Kubernetes version...
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 :...