An open API service indexing awesome lists of open source software.

https://github.com/inseefrlab/cloud-scripts

Various scripts to setup DCOS on AWS, GKE ...
https://github.com/inseefrlab/cloud-scripts

Last synced: 4 months ago
JSON representation

Various scripts to setup DCOS on AWS, GKE ...

Awesome Lists containing this project

README

        

# Cloud scripts

Collection of scripts to deploy stuff on the cloud.

- `eks` : create and configure a managed Kubernetes cluster on `AWS`
- `gke` : create and configure a managed Kubernetes cluster on `GCP`
- `kubespray` : deploy Kubernetes using [Kubespray](https://github.com/kubernetes-sigs/kubespray) (walkthrough using VMs from GCP)
- `post-install-kub` : various ideas on what to install on a brand new cluster :)

- `old/dcos-on-aws` : deploy `D2IQ` `DC/OS` on `AWS` (deprecated)
- `old/gke` : old version of how to create and configure a managed Kubernetes cluster on `GCP`

Feedback welcome.
Please create an issue if something is wrong and Pull Requests are also welcome !