Deploy a EKS cluster.
eksctl create cluster -n cluster1 --nodegroup-name ng1 --region us-east-1 --node-type t2.micro --nodes 2
Deploy a fargate profile for that cluster.
eksctl create fargateprofile --cluster your-cluster --region your-region --name example-profile --namespace your-namespace
Apply the following files, 1- and 3-
https://github.com/alegarciadelrio/kubernetes/tree/main/nginx-with-ingress
Do a rollout just in case.
kubectl rollout restart deployment webapp-hello-v1
No hay comentarios:
Publicar un comentario