Docker and Kubernete¶
Docker are containers/processes which can be considered as lightweight VMs. Kuberenetes (K8s) are container orchestration. They allow for load balancing (2 level with ingress (external load balancing) and service (internal load balancer)) on pods (docker containers). They allow for recover from failure for resource, and rolling update.
Podman, with podman-compose and buildah are alternative to docker and docker-compose.
DevOPS¶
Learn about ansible (again).
Ubuntu Server/Install Starting Projects¶
DONE Git [3/3]¶
Remains to test in practice, but the project is pretty stable now.
- [x] Create a python file that writes the makefile automatically
- [x] Create README.md where appropriate.
- [x] Test the application
Java and Graal¶
Alternative to select which version of java is used. https://gist.github.com/ricardozanini/fa65e485251913e1467837b1c5a8ed28