Hi @Mumshad Mannambeth I am trying to create an application load balancer for g . . .

Rohitash Pathak:
Hi @Mumshad Mannambeth I am trying to create an application load balancer for grafana but it’s creating classic load balancer without ssl configured on it. Can you help to launch an alb with ssl cert for grafana deployed on k8’s. Loadbalancer and ssl certficcate need to be created on AWS. I am using helm but it’s creating a classic load balancer.

chris resnik:
which part is not working?

chris resnik:
if you can answer that question, you know what you have to research

chris resnik:
else, try to break your problem down into smaller steps

chris resnik:
first, loadbalancer without ssl cert

chris resnik:
then, loadbalancer with self-signed cert

chris resnik:
finally, with an official cert

chris resnik:
and as last step, not locally but on AWS

chris resnik:
not sure if it’s Mumshad’s taks to troubleshoot your problem and fix it for you….

Rohitash Pathak:
@chris resnik Hi I have tried creating an application load balancer by specifying annotations in ingress but it didn’t create the alb on aws. Next i tried to attach a certificate with classic load balancer which was created earlier but in this case also certificate is not attached. Well i am asking for your inputs on this issue not asking anyone to troubleshoot.

So if you have understood the issue do you have any suggestions , i was using helm to deploy grafana dashboard.

chris resnik:
not sure about the helm part, have you tried this tutorial?
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/tutorial-application-load-balancer-cli.html

chris resnik:
or this here:
https://stackoverflow.com/questions/20021764/aws-loadbalancer-and-ssl-certificate-for-my-website

chris resnik:
https://medium.com/@francisyzy/create-aws-elb-with-self-signed-ssl-cert-cd1c352331f

chris resnik:
try creating all elements manually first before deploying everything via helm

Rohitash Pathak:
Well the aws loadbalancer is created after applying the deployment on kubernetes using ingress resources

Rohitash Pathak:
so i have to specify cert and alb on ingress resource only so that while launching the loadbalncer it can attached certificate and work on https