Skip to main content
wegoagain
Python Chat App: Live on EKS

Python Chat App: Live on EKS

1 November 2025
1 min read (31 min read total)
4 subposts

This series documents my journey deploying a Python and Redis chat application from scratch to a live Kubernetes cluster on AWS. It covers the full DevOps lifecycle: local development pain points, containerisation with Docker, automated CI/CD pipelines, and finally cloud deployment on EKS.

What You’ll Learn

Let’s get started here.

The Stack

  • Application: Python Flask + Redis
  • Containerisation: Docker
  • CI/CD: GitHub Actions
  • Registry: AWS ECR
  • Orchestration: AWS EKS with Fargate
  • Load Balancing: AWS Network Load Balancer