Page Index - Casey-lab-95/cka GitHub Wiki
47 page(s) in this GitHub Wiki:
- Home
- Accessing Clusters
- Please reload this page
- Change pod's image to nginx:1.7.1. Observe that the container will be restarted as soon as the image gets pulled
- Please reload this page
- Configure Access to Multiple Clusters
- Please reload this page
- Create a busybox pod (using kubectl command) that runs the command "env". Run it and see the output
- Please reload this page
- Create a busybox pod (using YAML) that runs the command "env". Run it and see the output
- Please reload this page
- Create a busybox pod that echoes 'hello world' and then exits
- Please reload this page
- Create a pod with image nginx called nginx and expose traffic on port 80
- Please reload this page
- Create an nginx pod and set an env value as 'var1=val1'. Check the env value existence within the pod
- Please reload this page
- Create the pod that was just described using YAML
- Please reload this page
- Do the same, but have the pod deleted automatically when it's completed
- Please reload this page
- Execute a simple shell on the nginx pod
- Please reload this page
- Get a Shell to a Running Container
- Please reload this page
- Get information about the pod, including details about potential issues (e.g. pod hasn't started)
- Please reload this page
- Get nginx pod's ip created in previous step, use a temp busybox image to wget its ' '
- Please reload this page
- Get pod logs
- Please reload this page
- Get pod's YAML
- Please reload this page
- Get pods on all namespaces
- Please reload this page
- Get the YAML for a new namespace called 'myns' without creating it
- Please reload this page
- Get the YAML for a new ResourceQuota called 'myrq' with hard limits of 1 CPU, 1G memory and 2 pods without creating it
- Please reload this page
- If pod crashed and restarted, get logs about the previous instance
- Please reload this page
- Kubectl Cheat Sheet
- Please reload this page
- Multi container Pods (10%)
- Please reload this page
- Use Port Forwarding to Access Applications in a Cluster
- Please reload this page