This is a workshop that will be running as part of GraphQL Summit 2025.
Press the "Use this template" button to make a copy of this template into your personal GitHub account!
Below are some of the commands we're using in the workshop to allow for ease of copying!
kind create cluster --name operator-workshop-cluster./bootstrap.shMake sure to run this in the folder the checked out repo is cloned into!
rover api-key create summit-2025-operator-workshop operator operator-workshop-keykubectl -n apollo-operator create secret generic --from-literal=APOLLO_KEY=<<YOUR_KEY>> apollo-api-keykubectl get pods -Akubectl -n argocd get secrets/argocd-initial-admin-secret --template='{{.data.password}}' | base64 -dkubectl -n argocd port-forward service/argocd-server 8080:80kubectl -n apollo-operator port-forward service/retail 4000:80kubectl -n apollo-operator logs deployment/apollo-operator