Skip to content

Commit ac539cd

Browse files
committed
K8s basics doc first draft.
1 parent 24b5373 commit ac539cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/images/k9s-screenshot.png

431 KB
Loading

kubernetes-basics/README.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Kubernetes Basics
2+
3+
Manage docker container at scale.
4+
5+
6+
#### Prerequisites
7+
- Setup link:kubernetes-setup/README.asciidoc[Kubernetes cluster].
8+
- Install https://github.com/ahmetb/kubectx[kubectx] to help with switching context.
9+
- Install https://github.com/derailed/k9s[k9s], UI to your cluster.
10+
11+
12+
#### Access K8s cluster
13+
```
14+
$ k9s
15+
```
16+
image::../docs/images/k9s-screenshot.png[k9s screenshot]

0 commit comments

Comments
 (0)