• Stars
    star
    862
  • Rank 52,908 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 -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