Hi Friends,
Can we need to install ETCD_CTL client and ingress control. Why because. ETCD is installed as services not pod. i tried like below it cannot recognize. C
ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
snapshot save <backup-file-location>
- Ingress : After deployed ingress resources. when I tired to execute ingress resource
kubectl get ingress. it is showing ingress service address not display. it is showing blank.
kubectl get ingress test-ingress
Please anyone on help me.