# k8s laptop konveyor demo ###### tags: `Design` ## GOAL Provide scripting where a developer can easily: * Deploy two k8s environments * two environments are required for migrations * Deploy sample apps * Deploy Konveyor projects * Deploy buildbook customized labs for kubectl commands vs. oc * discussion needed on this point * vmware is execluded from this work for now. ## kube deployment options.. * https://minikube.sigs.k8s.io/docs/ * https://kind.sigs.k8s.io/ ## scripting tool * 99% sure it's ansible ## ansible structure ``` ├── playbooks │   ├── bookbag.yml │   └── setup_konveyor.yml ├── README.md └── roles ├── crane ├── move2kube ├── oadp ├── sample_app1 └── sample_app2 ``` ## other examples https://kubevirt.io/quickstart_minikube/