Slide 49
Slide 49 text
● Kubernetes Services:
○ Replace .hostPort exposure on containers by Services. It is the recommended way to
expose ports, as a cluster policy may prevent to use hostPort.
● Restricted Security Context:
○ Update Kubernetes manifest to respect the Pod security restricted profile.
● Expose Service Locally Using Kubernetes Ingress:
○ Create an Ingress to get access to the local ports exposed, at the default Ingress
Controller location. Example: On default kind cluster created with Podman Desktop, it will
be accessible at 'localhost:9090'. Requirements: Your cluster must have an Ingress
Controller.
● Kubernetes Context:
Deploy to Kubernetes画面に記載の内容