Hello Everyone, I have a couple of questions. 1. Does anyone know to add a side . . .

Joonmoon Lee:
Hello Everyone,

I have a couple of questions.

  1. Does anyone know to add a sidecar on the running Pod?
    I tried to find it at Kubernetes docs, but couldn’t get it. I did “kubectl edit pod/podname”, but it
    happened error.

  2. Does anyone know where located “install ngnix-ingress controller” in Kubernetes docs?

The docs only have “install minikube before starting ingress”

In advance, Thank you.

Mohamed Ayman:
Check:
https://kubernetes.io/docs/concepts/services-networking/ingress/#the-ingress-resource
Also this thread will be useful:
https://kodekloud.slack.com/archives/CHMV3P9NV/p1616036281040200

Joonmoon Lee:
@Mohamed Ayman Thanks you so much.