Enabling SSL Policies for EKS Cluster without Loadbalancer

1

Suppose an 'EKS Cluster' was created, and if no loadbalancers exists, is there any way to associate the 'SSL Policies' without loadbalancer

preguntada hace un año324 visualizaciones
1 Respuesta
0

Yes, it is possible to associate SSL policies with an Amazon Elastic Kubernetes Service (EKS) cluster without using a load balancer. One way to do this is by using a Kubernetes ingress resource, which allows you to configure rules for routing incoming traffic to different services within your cluster.

Here is a general overview of the process:

Create an SSL certificate for your domain using AWS Certificate Manager (ACM) or another certificate provider.

Create a Kubernetes Secret that contains the SSL certificate and private key. This can be done using the Kubernetes command line tool kubectl.

Create a Kubernetes Ingress resource that references the secret and routes incoming traffic to the appropriate service within your cluster.

Add an annotation to the Ingress resource to configure the SSL policy that you want to use.

Deploy the Ingress resource to your EKS cluster.

Please note that this is a high-level overview and you would need to do more research on how to set up and configure each of these services. And also you might need to check if your applications are compatible with this approach.

profile picture
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas