Infra Provisioning
- The process of creating infrastructure by experessing our infra needs in a declarative way and then executing the template to create infra structure (Virtual)
- Declarative
I want a linux vm with 2 CPUs and 8 GB RAM
- Procedural
Go the vsphere
click ...
click ...
# you get the server
Demo
- In the demo lets understand an activity of creating a linux server and installing docker in it
