Skip to content

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

License

Notifications You must be signed in to change notification settings

kubernauts/cka-practice-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 4.3%
  • Other 0.3%