Install on Exoscale

Running Portefaix on Exoscale

Setup

# AWS export EXOSCALE_API_KEY="xxxxx" export EXOSCALE_API_SECRET="xxxxxxxxxxx" export AWS_ACCESS_KEY_ID="${EXOSCALE_API_KEY}" export AWS_SECRET_ACCESS_KEY="${EXOSCALE_API_SECRET}"

And load environment :

❯ . ./portefaix.sh exoscale

Storage for Terraform

Create a S3 bucket for Terraform states:

❯ make -f hack/build/exoscale.mk exo-bucket ENV=dev

Terraform

SKS

❯ make terraform-apply SERVICE=iac/exoscale/sks ENV=dev

Authentication and authorization

This section shows the how to setup Portefaix with authentication and authorization support in Exoscale

Configure Exoscale

❯ . ./portefaix.sh exoscale [ Portefaix ] Setup credentials Done

Configure kubectl

❯ make kubernetes-credentials CLOUD=exoscale ENV=dev
❯ kubectl get nodes

Gitops for Kubernetes

Next: Gitops