Kubernetes Services and Service Discovery
Create a Deployment for the Web Application
apiVersion: apps/v1
kind: Deployment
metadata:
name: web-app-deployment
spec:
replicas: 3
selector:
matchLabels:
app: web-app
template:
metadata:
labels:
app: web-app
...
gauri1504.hashnode.dev2 min read
bhargav krishna
thanks for in detailed explanation !!