Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 623 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 623 Bytes

Kubernetes (K8s) Workloads

Pre Setup

$ alias k=kubectl
$ source <(kubectl completion bash)
$ complete -F __start_kubectl k
$ export do="--dry-run=client -o yaml"

vim

To make vim use 2 spaces for a tab edit ~/.vimrc to contain:

set tabstop=2
set expandtab
set shiftwidth=2

Yaml

$ cd yaml
$ k create ns <ns-name>
$ k -n <ns-name> create -f <yaml-manifest>

Presentation

Requirements

  • Pandoc
  • Beamer

How to build PDF

$ cd present
$ cat README.md
$ make.sh