aankittcoolest / cka-practice-environment

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 95.4%Language:HTML 4.3%Language:Dockerfile 0.2%Language:Shell 0.1%