Project
FastAPI microservices on Kubernetes
Simple FastAPI REST API deployed and exposed from Kubernetes.
- Context
- Public Kubernetes deployment exercise.
- Problem
- Small APIs need a clear container and Kubernetes deployment path before moving to larger cloud environments.
- Solution
- Packaged a FastAPI service, deployed it with Kubernetes manifests and exposed it through a service.
- Impact
- Shows the deployment basics behind containerized API services on Kubernetes.
Stack
FastAPIKubernetesDockerPython
Links
Included as a project because it has a public repository and deployment artifacts.