File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1- # cka-practice-environment
1+ # CKA Practice Environment
22
33## Getting the environment up and ready
44
5- - This repository is a forked version of <br >
6- CREDITS: https://github.com/arush-sal/cka-practice-environment
5+ - This repository is a fork of the original version by Arush Sal which was enhanced by Ankit Agrawal. <br >
6+ CREDITS goes to these awesome Kubernauts! <br >
7+ Origin: https://github.com/arush-sal/cka-practice-environment <br >
8+ Enhancement: https://github.com/aankittcoolest/cka-practice-environment
79
8- - This fork focusses on binding minikube with practice environment.
10+ - This fork focusses on binding minikube with the practice environment, which is based on GateOne Terminal .
911
1012### STEPS
1113
@@ -21,7 +23,7 @@ minikube start --vm-driver=virtualbox
2123sh script.sh
2224```
2325
24- - Boot up the instance (adapt the user in the compose file)
26+ - Boot up the instance (please adapt the user in the compose file)
2527
2628```
2729docker-compose up --build
Original file line number Diff line number Diff line change 1- FROM arush /gateone:latest
1+ FROM kubernautslabs /gateone:latest
22COPY conf.d/ /etc/gateone/conf.d/
33RUN apt-get update && apt-get install wget curl vim openssh-client iputils-ping telnet nmap -y \
44 && curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
Original file line number Diff line number Diff line change 33
44< head >
55 < meta charset ="UTF-8 ">
6- < title > Kubernauts</ title >
6+ < title > Kubernauts Labs </ title >
77 < link rel ="stylesheet " href ="css/bootstrap.min.css ">
88 < link rel ="stylesheet " href ="css/bootstrap-theme.min.css ">
99 < link rel ="stylesheet " href ="css/bootstrap-select.min.css ">
2626 < span class ="icon-bar "> </ span >
2727 < span class ="icon-bar "> </ span >
2828 </ button >
29- < a class ="navbar-brand " href ="https://kubernauts.io "> Kubernauts</ a >
29+ < a class ="navbar-brand " href ="https://kubernauts.de "> Kubernauts</ a >
3030 </ div >
3131 < div id ="navbar " class ="collapse navbar-collapse ">
3232 < ul class ="nav navbar-nav ">
Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 ">
5- < title > Kubernauts</ title >
5+ < title > Kubernauts Labs </ title >
66 < link rel ="stylesheet " href ="css/bootstrap.min.css ">
77 < link rel ="stylesheet " href ="css/bootstrap-theme.min.css ">
88 < script src ="js/bootstrap.min.js " type ="text/javascript "> </ script >
1919 < span class ="icon-bar "> </ span >
2020 < span class ="icon-bar "> </ span >
2121 </ button >
22- < a class ="navbar-brand " href ="https://kubernauts.io "> Kubernauts</ a >
22+ < a class ="navbar-brand " href ="https://kubernauts.de "> Kubernauts</ a >
2323 </ div >
2424 < div id ="navbar " class ="collapse navbar-collapse ">
2525 < ul class ="nav navbar-nav ">
You can’t perform that action at this time.
0 commit comments