0% found this document useful (0 votes)
35 views2 pages

Note On Kubernetes Administration

Uploaded by

Habtamu Asayto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Note On Kubernetes Administration

Uploaded by

Habtamu Asayto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Kubernetes Administration

===========================

+91 9922276279
[email protected]

Introduction:

Course Outline:

Breaks:
09:00 to 17:00 (E. Africa Standard Time)

11:00 to 11:20 Tea|Coffee Break


12:00 to 13:00 Lunch Break
15:30 to 15:50 Tea|Coffee Break

LET Portal:
https://www.mykoenig.com/

Username: Your Email (Registered Email ID for this course)


Password: 145327

Course Content - Sign up Required:


https://evantage.gilmoreglobal.com/#/books/SLE201V15-E/cfi/556!/4/2@100:0.00

LAB Access - Koenig DC:


https://linuxlab.koenig-solutions.com/

Credentials for LAB Access:

Participants Usernames
Passwords

[email protected] student20 Pa$


$w0rd12 A3H4NYFEZTD6P4TJ7HES
[email protected] student21
Pa$$w0rd12 G3PC2A7VQY7CHN8BB7CC
[email protected] student22
Pa$$w0rd12 EY7NNQ7EHM567KP3HZ2W
[email protected] student23 Pa$
$w0rd12 E8X6RXDSG85WYN4SSDW8
[email protected] student24
Pa$$w0rd12 6J4YJAT54QFA7JC4KUSW
[email protected] student25
Pa$$w0rd12 E3T52BR36FFE7J328UPN
[email protected] student26 Pa$
$w0rd12 CUBMNW47NMN3HQQMZTTV
[email protected] student27
Pa$$w0rd12 Q6VN6YK4GEFC25ZSKQQM
[email protected] student28 Pa$
$w0rd12 4S36FWPHF4YVW27XNDWV
[email protected] student29
Pa$$w0rd12 WXEVGHVNNR43AGHKSAT3

Management Workstation Credentials:


Username: tux
Password: linux

Username: root
Password: linux

3.1
1002 kubectl get nodes
1003 kubectl get namespaces
1004 kubectl --namespace kube-system get pods
1005 kubectl get services
1006 kubectl get services -o wide
1007 kubectl api-resources
1008 kubectl cluster-info
1009 kubectl cluster-info dump
1010 kubectl describe namespaces default
1011 kubectl -n kube-system get pods
1012 kubectl describe namespaces default
1013 kubectl -n kube-system get pods
1014 kubectl -n kube-system describe pod coredns-6f85d5fb88-4mjg6

1015 cd ~/course_files/KUB201/labs/manifests/simple-pod/
1016 ls
1017 cat simple-pod.yaml
1018 kubectl create -f simple-pod.yaml
1019 kubectl get pods
1020 kubectl exec -it simple-pod -- bash
1021 kubectl delete pod simple-pod
1022 kubectl apply -f simple-pod.yaml
1023 kubectl logs simple-pod
1024 kubectl describe pod simple-pod
1025 kubectl delete pod simple-pod

3.2
1027 cd
1028 kubectl get namespaces
1029 kubectl get pods
1030 kubectl -n kube-system get pods
1031 kubectl create namespace mynamespace
1032 kubectl get namespaces
1033 kubectl delete namespace mynamespace
1034 kubectl get namespaces

3.3

You might also like