Skip to content

mpiexec/k8s-workloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks