Skip to content

Commit 85c97ab

Browse files
readme adapted, gateone from kubernautslabs repo
1 parent d546e6d commit 85c97ab

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
2123
sh 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
```
2729
docker-compose up --build

gateone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arush/gateone:latest
1+
FROM kubernautslabs/gateone:latest
22
COPY conf.d/ /etc/gateone/conf.d/
33
RUN 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 \

lab/files/exam.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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">
@@ -26,7 +26,7 @@
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">

lab/files/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -19,7 +19,7 @@
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">

0 commit comments

Comments
 (0)