Relative Content

Tag Archive for kubernetesopenshift

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

How to make a openshift route/service accessible only within the same POD

I have an API application (java, springboot) which need to run in Openshift. I need to restrict the API access to make it available only within the same POD. Requirement wise it is an on demand API which would be executed manually from the same POD terminal via curl command ( in PRODUCTION).
API should not need any authentication, as this must be only accessible within the same POD. Any other POD even within the same namespace should not be able to call this API.

Openshift – Find Deployments with only one Pod

I have a big cluster on Openshift Platform. I want to find all the projects and deployments that have only one pod. Is there a command for that? How can I make a list of all the namespaces and deployments with only one pod?

Listing pods associated with a deployment

How do I get a list of all pods associated with a deployment? In the GUI, it’s as simple as clicking on the deployment and checking the pods tab. However, I can’t find a way using the CLI.