Question
Kubernetes Loadbalancer is stuck showing default apache page
Hi!
I’m playing around with Kubernetes setup and noticed my loadbalancer all of the sudden is showing an apache default page… interestingly enough it was working before but suddenly decided to show the default page instead of my apps.
When I do kubectl describe service wordpress-lb
i get this error message at the bottom of the print out.
Warning CreatingLoadBalancerFailed 30m (x5 over 31m) service-controller Error creating load balancer (will retry): failed to ensure load balancer for service default/wordpress-lb: load-balancer not active, currently new
Normal EnsuringLoadBalancer 28m (x6 over 31m) service-controller Ensuring load balancer
Normal EnsuredLoadBalancer 28m service-controller Ensured load balancer
Im still learning Kubes so im a little lost :P If anyone can point me in the right direction that would be awesome.
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×