1. Workshop setup
1m

⚠️ Important note

The example project and Studio organization for this workshop is now unavailable so you will not be able to follow along. This workshop companion is still available for reference purposes.

This workshop companion was designed to be used alongside an instructor for GraphQL Summit 2025. For more information about the Apollo Operator, check out the Apollo Operator documentation.

Overview

Operating a federated involves coordinating many moving parts, from deployments to schema updates, and . While there's some upfront investment in configuring your cluster and resources, the payoff is a streamlined, automated workflow that scales with your team.

In this workshop, you'll learn a new, Kubernetes-native approach to managing your infrastructure: one that replaces manual steps with declarative workflows, integrates with CI/CD, and brings graph in line with how the rest of your infrastructure is managed.

What you'll do

  • Configure declarative Kubernetes-native resources to define and deploy your
  • Trigger schema changes and monitor how updates propagate through and deployment
  • Upgrade your with a single config change—no manual rollout needed
  • Leave with a working repo and cluster setup you can expand for your team

Who this workshop is for

  • Platform engineers looking to provide reusable infrastructure with Kubernetes
  • developers who want to streamline their deployment experience and spend less time on graph ops

Pre-requisites

  • A working knowledge of Kubernetes concepts (pods, clusters, deployments, manifests)
  • A local Kubernetes cluster set up (using minikube or kind) or access to your own real cluster
  • Familiarity with CI/CD (we'll reference Argo CD)

Note: This workshop companion is designed to be used alongside an instructor for GraphQL Summit 2025.

Pre-requisites

You will need:

Task!
Next