Mirantis / launchpad

Other
27 stars 45 forks source link

Example terraform scripts for installing MKE on GCP #84

Closed ranyodh closed 2 years ago

ranyodh commented 2 years ago

Description

This is an example of terraform scripts that prepares a cluster on Google Cloud Platform to install Mirantis Kubernetes Engine.

It creates following GCP resources:

MTU:

The default MTU is set to 1500 (rather than the default 1460). This is to an issue where swarm services fails because Docker network uses 1500 as the default MTU.

Known Issues:

ranyodh commented 2 years ago

This looks good to me.

I would have preferred some more sane defaults, but your pattern matches what is in place for AWS.

I don't have credentials to test it, but I think that it is a good start.

Yes, I based the instance types, disk sizes etc on AWS examples.