You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devops/assignment.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,19 @@ The time estimates for the tasks above assume that you are familiar or have prof
26
26
27
27
## Task 1
28
28
29
-
You will need to deploy a functional Kubernetes cluster on your machine.
29
+
You will need to deploy a functional Kubernetes cluster on your machine. The approach you take is up to you, but some are much more streamlined than others.
30
30
31
-
You should be able to interact with the cluster via the `kubectl` command from CLI.
31
+
After being done, you should have a working cluster and be able to interact with the cluster via the `kubectl` command from a CLI.
32
+
33
+
As a rule of thumb, the command `kubectl get services --namespace kube-system` should return the provided kubernetes system services defined. The command
34
+
`kubectl get pods --all-namespaces` should return all pods running. For example:
0 commit comments