Platform infrastructure for the Operation Code site.
This repository is using ArgoCD to deploy the Operation Code infrastructure. Changes landed on main in this repository are reflected in the real running infrastructure.
To set up your workstation to access our Kubernetes cluster, please check the below instructions
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
-
Ensure
kubectl
is working by runningkubectl version
, refer to Kubectl Install DocsNote: if there are issues refer to this SO Post
-
Verify everything works:
kubectl get namespaces
Operation Code Infra is under the MIT License.