mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Tuesday
This commit is contained in:
@@ -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 Seidman’s 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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
## Scaling our application
|
||||
# Scaling our application
|
||||
|
||||
- `kubectl` gives us a simple command to scale a workload:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
# YAML in 10 min or less
|
||||
# YAML in 5 minutes or less
|
||||
|
||||
- YAML == Yet Another Markup Language
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
677
slides/out.html
677
slides/out.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user