Skip to content

plagache/inception_of_things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception Of Things

Getting started

Setup VM

  • installation with libvirt/qemu
  • updating the VM:
sudo apt update && sudo apt upgrade -y
  • installing various utility:
sudo apt install -y git curl make vim ripgrep fd-find

Part 1

p1_schemas

ip a
kubectl get nodes -o wide

Part 2

kubectl get all
curl -H "Host:app1.com" 192.168.56.110
curl -H "Host:app2.com" 192.168.56.110
curl 192.168.56.110

Part 3

  • install Docker, kubectl, k3d, argoCD:
./install.sh
  • reload k3d clusters:
./reload-cluster.sh
  • create namespace, login in argoCD:
./argoCD.sh
  • deploy the application with argoCD:
./deploy.sh
  • we can now check wich version of the application is running with:
./check_deployment.sh
kubectl get all -n dev
kubectl get pods -n dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •