/cka-practice-environment

A sample lab test environment to help in preparation of CKA certification.

Primary LanguageJavaScriptMIT LicenseMIT

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
docker-compose up --build
  • Visit the test at following URL.
http://localhost
  • Visit the terminal at following URL.
http://localhost:8080