Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 849 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 849 Bytes

CKA Practice Environment

Getting the environment up and ready

STEPS

  • Run minikube
minikube start --vm-driver=virtualbox
  • Run script to adjust the keys locations
sh script.sh
  • Boot up the instance (please adapt the user in the compose file)
docker-compose up --build
  • Visit the test at following URL.
http://localhost
  • Visit the terminal at following URL.
http://localhost:8080