Skip to content

bkupidura/home-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install cli

brew install git
brew install python3
brew install kubernetes-cli
brew install tanka
brew install jsonnet-bundler
brew install esolitos/ipa/sshpass
brew install sops
pip3 install ansible mitogen

Cluster deployment from scratch

Deploy Ubuntu server on all nodes
Update ansible/inventory
Run ansible
./scripts/run_ansible.sh -r configure_nodes.yaml
./scripts/run_ansible.sh -r install_k8s.yaml -e operation=deploy
Source kube-config

export KUBECONFIG=kube-config.yaml

Deploy k8s workload

jb install github.com/jsonnet-libs/k8s-libsonnet/1.28@main
./scripts/tanka apply tanka/environments/prod/

Show ansible variables

./scripts/run_ansible.sh -s all

Show ansible facts

./scripts/run_ansible.sh -f all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published