Course: < Introduction to ECK>
Version: <8.17 it seems>
Question:
I am trying to follow the Introduyction to ECK course labs but the environment is nto being properly set up. I have restarted the machines, refreshed pages, etc and keep getting 404 for the lab instructions, how can this be solved?
already used 15 minutes of the 10 hours for the lab but can't do anything...
I also get 502 for kibana but i guess that is because I haven't created the instance yet as i assume is part of the lab.
Please help!
1 Like
Hello @Angel_P_Olivares_Esp
Welcome to the community!!
Click on terminal and execute below command :
docker ps
Make sure that all the pods are healthy & once they are you can click on Kibana, at the bottom of kibana there is reset option as well.
Post this you should be access your kibana without any issues.
Thanks!!
Hi @Tortoise I forgot to mention that I already tried that and it indicated I had no sufficient permissions even though I am logged in as user elastic.
1 Like
Hello @Angel_P_Olivares_Esp
I also observed same issue , followed below steps :
Lab Settings > Restart workspace machines
After 5 minutes refresh the page & click on Lab > the Lab tab is accessible
Once we follow the lab login to kibana is working :
Adding few commands which could be helpful during the lab :
kubectl apply --dry-run=client -f elasticsearch.yaml
kubectl apply -f elasticsearch.yaml
kubectl get pods
NAME READY STATUS RESTARTS AGE
main-es-default-0 1/1 Running 0 37s
main-kb-abababab-23232 1/1 Running 0 36s
Thanks!!
Hi, @Tortoise I have tried to run docker ps from a newly started window and same issue. Also tried the approach of wait and restar machines but. I get an error.
Thanks. Is it possible to fully restart the lab remotely?
Hello @Angel_P_Olivares_Esp
If the issue still persist maybe can give it a try with different id.
Thanks!!
I @Tortoise I created a new strigo account and spinned a new deployment. it worked and I could finally accessed the lab. din't solve the issue but it did get me to follow the lab from a different account at least, thank you!
1 Like
@Angel_P_Olivares_Esp
Thanks for the update!! Happy learning 