ovh / public-cloud-examples

Apache License 2.0
22 stars 14 forks source link

feat: Create a kubernetes cluster in a Local Zone through rancher #65

Closed scraly closed 3 months ago

scraly commented 3 months ago

New example that will allow you to:

yomovh commented 3 months ago

If we want to make a production ready HA k8s cluster shouldn't we use RKE2 instead of K3S ? In the screenshot we are seeing that you are using K3S

scraly commented 3 months ago

K3s can be used for several use case in production too. Depending on the needs, the user can use the OS he/she needs.

For the example I used K3s (to not wait too much to have the nodes), but the user can select "RKE2" if he/she wants.