Platypus
⚠️ experimental ⚠️
This is a test case we use to test new concepts and get a feel for the APIs.
The Terraform code is in pkg/infra
while the kubernetes manifestss are in pkg/platform
.
The code entrypoint is in cmd/platypus/cli.go
.
Getting started
Prerequisites
Setup
Authenticate: Follow the instructions here to configure your AWS credentials.
# if SSO
aws sso login --profile=platypus-xxx
# get the identity
aws sts get-caller-identity --profile platypus-xxx
Run
Terraform plan
go run ./cmd/platypus/ --plan
Terraform apply
go run ./cmd/platypus/ --apply