Samim Shaikh:
Hello Friends,
can someone guide me where is my mistake, new to Kubernetes
apiVersion: apps/V1
kind: Deployment
metadata:
name: httpd-frontend
spec:
replicas: 3
selector:
matchLabels:
name: httpd-frontend
template:
metadata:
labels:
name: httpd-frontend
spec:
containers:
- name: httpd-frontend
image: httpd:2.4-alpine
kubectl create -f .\deployment-httpd.yaml
error: resource mapping not found for name: “httpd-frontend” namespace: “” from “.\deployment-httpd.yaml”: no matches for kind “Deployment” in version “apps/V1”
ensure CRDs are installed first