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 ...
- Host: GitHub
- URL: https://github.com/inseefrlab/cloud-scripts
- Owner: InseeFrLab
- License: mit
- Created: 2020-01-13T09:34:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:20:07.000Z (over 1 year ago)
- Last Synced: 2025-01-21T22:25:02.455Z (5 months ago)
- Language: HCL
- Homepage:
- Size: 76.2 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !