Easy way for users to create RHEL VM's in their namespaces.
- Provide containerDisk for shipment into cluster
- Provide an operator to take care of in-cluster creation
- optional: Operator to perform updates!
| # DOES NOT EXIST; IS JUST A TRY | |
| api: guest.kubevirt.io/v1alpha1 | |
| kind: RHEL-8.0 | |
| metdata: | |
| name: rhel-8-for-db | |
| spec: | |
| updatePolicy: seamless-updates | |
| services: | |
| - ssh | |
| packages: | |
| - bar | |
| playbooks: | |
| - database-manager | |
| containers: | |
| - docker.io/nginx/nginx:latest |