A sample lab test environment to help in preparation of CKA certification.
Last updated Jul 8, 2026
869
Stars
458
Forks
7
Issues
+1
Stars/day
Attention Score
68
Topics
Language breakdown
JavaScript 95.5%
HTML 4.3%
Dockerfile 0.2%
▸ Files
click to expand
README
cka-practice-environment
Getting the environment up and ready
Make sure that you have docker-compose installed(installation instructions).
To start the lab environment you can do either of the following two:
- To use the prebuilt images run:
docker-compose up -dand point your browser tohttp://localhost - To build the images yourself locally run:
docker-compose -f docker-compose-builder.yml up -dand point your browser tohttp://localhost
- The setup currently is in
Bring Your Own Clusterstate. - If your reload the
exam.htmlit will reset the timer as the timer currently being used is jQuery based. - solution WIP - Since we are using jQuery to initialize and connect to GateOne therefore the application needs to be reachable from your browser host on port 8080. - solution WIP
🔗 More in this category