Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arush-sal/cka-practice-environment
A sample lab test environment to help in preparation of CKA certification.
https://github.com/arush-sal/cka-practice-environment
cka kubernetes
Last synced: 6 days ago
JSON representation
A sample lab test environment to help in preparation of CKA certification.
- Host: GitHub
- URL: https://github.com/arush-sal/cka-practice-environment
- Owner: arush-sal
- License: mit
- Created: 2018-01-30T12:53:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T15:16:52.000Z (over 2 years ago)
- Last Synced: 2024-08-01T10:17:20.919Z (3 months ago)
- Topics: cka, kubernetes
- Language: JavaScript
- Homepage:
- Size: 497 KB
- Stars: 858
- Watchers: 37
- Forks: 473
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cka - - A sample lab test environment to help in preparation of CKA certification. (🎯 Practice Test / Courses)
README
# cka-practice-environment
## Getting the environment up and ready
Make sure that you have docker-compose installed([installation instructions](https://docs.docker.com/compose/install/)).
To start the lab environment you can do either of the following two:
* To use the prebuilt images run: `docker-compose up -d` and point your browser to `http://localhost`
* To build the images yourself locally run: `docker-compose -f docker-compose-builder.yml up -d` and point your browser to `http://localhost`Things to note:
* The setup currently is in `Bring Your Own Cluster` state.
* If your reload the `exam.html` it 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