├── LICENSE ├── README.md ├── create-workloads.sh ├── delete-workloads.sh ├── img └── og-image.jpg ├── roll-deployments.sh ├── scale-deployments.sh └── templates ├── deployment-template.yaml ├── fast-template.yaml └── gpu-template.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/README.md -------------------------------------------------------------------------------- /create-workloads.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/create-workloads.sh -------------------------------------------------------------------------------- /delete-workloads.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/delete-workloads.sh -------------------------------------------------------------------------------- /img/og-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/img/og-image.jpg -------------------------------------------------------------------------------- /roll-deployments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/roll-deployments.sh -------------------------------------------------------------------------------- /scale-deployments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/scale-deployments.sh -------------------------------------------------------------------------------- /templates/deployment-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/templates/deployment-template.yaml -------------------------------------------------------------------------------- /templates/fast-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/templates/fast-template.yaml -------------------------------------------------------------------------------- /templates/gpu-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rothgar/k8s-random-deploys/HEAD/templates/gpu-template.yaml --------------------------------------------------------------------------------