-
Ask a questionWhen running a project in developer mode, I see in Kubernetes that the pod and its service are created. Is there any way for him to also create an ingress? My question is due to the need to be able to invoke the APIs that we created while still in the development phase, in a practical way, without necessarily needing to register the address of the k8 service in an API Gateway so that it can expose the API for testing. VariantWeb Application Container Management (if applicable)Kubernetes Operating System (if applicable)Linux Version4.10.2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To solve this need, I added a script to deployment.yaml (which runs in developer mode) and registers the api on my gateway via curl |
Beta Was this translation helpful? Give feedback.
To solve this need, I added a script to deployment.yaml (which runs in developer mode) and registers the api on my gateway via curl