Skip to content

tmlye/k8s-scaleway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes on Scaleway

This repository is used to setup a k8s cluster on scaleway with all infrastructure under source control. Terraform creates the infrastructure and chef provisions the servers.

Prerequisites

  • You need to have terraform installed on you local machine.
  • You need to have the ssh key of your current machine registered in Scaleway.
  • During provisioning, a user is created. You need to update the SHA-512 hash of the password in chef/master.json, see this thread on how to generate the hash.
  • You need to set your Scaleway credentials:
    export SCALEWAY_ORGANIZATION="<ORGANIZATION-ID>"
    export SCALEWAY_TOKEN="<SECRET-KEY>"

What happens when you run this

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published