-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Native ingress controller for AKS and EKS #46
Comments
|
Classic load balancer only serves single ingress, we need to go for Application gateway, we need to make these role assignments to the application gateway. @bradfordcp update for me. |
Set up AWS ingress controllerstep1 :- enable oidc provider step2 :- create IAM policy step3 :- create a service account user the policy arn create above. Step4 :- check for the controller Step 5 :- Install the AWS Load Balancer Controller using Helm V3 or later step 6 :- Add helm repo step 7 :- update helm repo's step 8:- Install the AWS Load Balancer Controller. helm upgrade -i aws-load-balancer-controller eks/aws-load-balancer-controller --set clusterName=infra-k8ssandra-eks-cluster -n kube-system --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller step 9:- kubectl get deployment -n kube-system aws-load-balancer-controller Check the deployment status you should see the following output. Output:- step 10:- check the logs Time to deploy your application. kubectl get pods Create Nodeport service:- Create ingress service :- Step 12 :- wait for the load balencers to come avilable. kubectl get ingress Output: use the Address to access your web site. |
Use cloud native ingress controllers
┆Issue is synchronized with this Jiraserver Bug by Unito
┆Issue Number: K8SSAND-604
┆Priority: Medium
The text was updated successfully, but these errors were encountered: