Getting Started
Fastest paths through athena-operator depending on whether an AthenaClient already exists.
This is the entry point for athena-operator if you are new to the Kubernetes flow.
End State
You should end up with:
- Athena Gateway running in the cluster
- an
AthenaClientthat is ready - an optional API key written into a Kubernetes
Secret
Fastest Path If An AthenaClient Already Exists
If a platform team already created the AthenaClient, follow this sequence:
- Local cluster on Windows with kind if you still need a cluster
- Install operator
- Deploy gateway
- Using an existing AthenaClient
- API keys if you need a cluster-managed key
Full Path If You Need To Create Your Own AthenaClient
- Local cluster on Windows with kind if you still need a cluster
- Install operator
- Deploy gateway
- Create an AthenaClient
- API keys
If You Get Stuck
- Kubernetes primer for core terms and commands
- Troubleshooting for common failure modes