This commit is contained in:
Gerry S
2022-09-20 07:57:41 -04:00
parent dda21fee01
commit b4d837bbf5
14 changed files with 760 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
# External References && kubectl Aliases
Class Slides: https://2022-08-nr.container.training/
Class Slides: https://2022-09-nr1.container.training/
Kubectl Cheat Sheet: https://kubernetes.io/docs/reference/kubectl/cheatsheet/
@@ -28,14 +28,14 @@ Gerry Seidmans Info
```bash
alias k='kubectl'
alias kg='kubectl get'
alias kl='kubctl logs'
alias kl='kubectl logs'
alias ka='kubectl apply -f'
alias kd='kubectl delete'
alias kdf='kubectl delete -f'
alias kb='kubectl describe'
alias kex='kubectl explain'
alias ke='kubectl edit'
alias kx='kubectl exec -it $1 -- /bin/sh'
# alias kx='kubectl exec -it $1 -- /bin/sh'
```
Note the below is only because of a quirk in how the lab VMs were installed:
```bash

View File

@@ -1,5 +1,5 @@
## Scaling our application
# Scaling our application
- `kubectl` gives us a simple command to scale a workload:

View File

@@ -1,5 +1,5 @@
# YAML in 10 min or less
# YAML in 5 minutes or less
- YAML == Yet Another Markup Language

View File

@@ -7,7 +7,7 @@ chat: "`Zoom Chat`"
gitrepo: github.com/jpetazzo/container.training
slides: https://2022-08-nr.container.training/
slides: https://2022-09-nr1.container.training/
#slidenumberprefix: "#SomeHashTag — "
@@ -52,12 +52,14 @@ content:
# - k8s/authoring-yaml.md
#- k8s/buildshiprun-selfhosted.md
- k8s/alias-and-references.md
- containers/Cmd_And_Entrypoint.md
- # DAY 2
- k8s/labels-annotations.md
- k8s/kubectl-logs.md
- k8s/logs-cli.md
- k8s/kubectl-run-deployment.md
- k8s/deploymentslideshow.md
- k8s/kubectl-more.md
- k8s/kubectlexpose.md
- k8s/rollout.md

View File

@@ -1,6 +1,6 @@
## While We are Waiting To Get Started ...
This Side is at [https://2022-09-nr1.container.training/#2](hhttps://2022-09-nr1.container.training/#2)
This Side is at [https://2022-09-nr1.container.training/#2](https://2022-09-nr1.container.training/#2)
- If you have not already done so, please complete this survey: [https://docs.google.com/forms/d/1TEQylRtwZ7M_6fx0Zo9ErBYDeJlASAxSSgExHgafHKM
](https://docs.google.com/forms/d/1TEQylRtwZ7M_6fx0Zo9ErBYDeJlASAxSSgExHgafHKM)

File diff suppressed because it is too large Load Diff