elee / aws-operator

Manage your AWS resource by Kube CRD's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Make sure you have Glide installed. Run glide i -v to build the vendor directory.

  1. Install MiniKube to get a local Kubernetes environment
  2. $ eval $(minikube docker-env)
  3. $ make build
  4. $ make dev to install the Operator. It will mount your local ~/.aws/credentials for testing - for production container the credentials are retrieved from the EC2 environment instead.

About

Manage your AWS resource by Kube CRD's


Languages

Language:Go 98.5%Language:Makefile 1.5%