Add NGINX ingress to instance manager #7206
Unanswered
amayacitta
asked this question in
Q&A
Replies: 1 comment
-
Think i may of figured it, going to use image: private-registry.nginx.com/nginx-ic-nap/nginx-plus-ingress:4.0.0 Then set these in the deployment spec under env:
Will then follow the below as it seems to enable agent you also have to enable app protect. If anyone has done it before, let me know if this sounds about right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey guys,
We have ingress controller running inside K8s, we recently stood up instance manager outside and want to connect ingress controller to it. Looking at the args I have added "-agent=true" and can scan the instance from instance manager, it comes up unmanaged of course. The instructions from instance manager tell me to download the docker image then run it with
--env=NMS_SERVER_GRPCPORT=443
--env=NMS_SERVER_HOST=https://10.154.8.55
--env=NMS_TLS_ENABLE=true\
How do I go about this from within K8s? Can someone point me in the place of docs for it. I'd assume there would be NMS args but I dont see them in the command line args:
https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/command-line-arguments/
nor do I see them in the config map keys:
https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/#summary-of-configmap-keys
Can you help me out?
Beta Was this translation helpful? Give feedback.
All reactions