# Slack Bot For Kubernetes > Build and deploy a Slack Bot on Kubernetes using the Slack Bolt framework, FastAPI, and DevSpace. Step-by-step guide covering Python setup, DevSpace configuration, Slack app creation, and production deployment. This project demonstrates how to build and deploy a Slack Bot on Kubernetes using modern cloud-native tools. ## Documentation - [Home](https://webinar-slack-bot.patrykgolabek.dev/): Project overview, Kubernetes tools, and reading guide - [Before Dev or Deployment](https://webinar-slack-bot.patrykgolabek.dev/start.html): Kubernetes manifest configuration, Ingress setup, DevSpace images, and Slack credentials - [Visual Studio Code (IDE)](https://webinar-slack-bot.patrykgolabek.dev/vscode.html): VS Code workspace settings, extensions, and debugger configuration - [Python](https://webinar-slack-bot.patrykgolabek.dev/python.html): Python environment setup with pyenv, Poetry, and pyproject.toml - [DevSpace](https://webinar-slack-bot.patrykgolabek.dev/devspace.html): DevSpace configuration for building, developing, and deploying to Kubernetes - [Slack Configuration](https://webinar-slack-bot.patrykgolabek.dev/slack.html): Slack App creation, OAuth permissions, event subscriptions, and interactivity - [Application Development](https://webinar-slack-bot.patrykgolabek.dev/app_dev.html): FastAPI application architecture, testing strategy with pytest and Testcontainers - [Redis ETL Job](https://webinar-slack-bot.patrykgolabek.dev/etl.html): Redis deployment and ETL data loading for Slack Bot state management ## Key Technologies - Python Slack Bolt Framework - FastAPI web framework - Docker containerization - Kubernetes orchestration - DevSpace development and CI/CD - Redis for state management - Prometheus and observability stack ## Full Documentation For the complete unabridged documentation, see [llms-full.txt](https://webinar-slack-bot.patrykgolabek.dev/llms-full.txt).