Greetings! Much of Operation Code's web site runs in a Kubernetes cluster. These instructions will guide you through setting up access to our cluster so you can run rails console, tail logs, and more!
- Ensure you have AWS access, and the aws CLI is operating correctly
- Install eksctl: https://eksctl.io/introduction/#installation
- Run:
eksctl utils write-kubeconfig --region us-east-2 --cluster operationcode-backend
- Verify everything works:
kubectl get namespaces