Unable to create LB / Ingress in k8s playground

I tried to create LoadBalancer svc + ingress even created ingress class.

but the svc was not getting any external ip, any idea why? is it even possible to create LB SVC on k88s playgrounds?

Hi @andrew.seif
You can create an ingress in the playground, but there is no mechanism for external load balancer provisioning.
Set up the ingress as NodePort, following these instructions

1 Like

Thank you Alistair for your reply, really helped and shed some light!

appreciate it!