https://github.com/anqorithm/kompose-fastapi
https://github.com/anqorithm/kompose-fastapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anqorithm/kompose-fastapi
- Owner: anqorithm
- License: mit
- Created: 2025-02-24T08:25:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:00:05.000Z (3 months ago)
- Last Synced: 2025-02-24T14:16:03.516Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Kompose FastAPI

[](https://anqorithm.medium.com/convert-any-docker-compose-yaml-to-kubernetes-manifests-in-seconds-with-kompose-eeb97323d7f8)
A demonstration project showcasing how to convert Docker Compose configurations to Kubernetes manifests using Kompose with a FastAPI application.
## 🚀 Overview
This project serves as a practical example of using Kompose to transition from Docker Compose to Kubernetes. It features a simple FastAPI application that demonstrates the conversion process.
## 🛠 What is Kompose?
Kompose is a conversion tool that helps developers move their Docker Compose applications to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources, making the transition to Kubernetes orchestration seamless.
Key features:
- Convert Docker Compose files to Kubernetes manifests
- Support for multiple Kubernetes resources
- Easy to use CLI tool
- Supports most Docker Compose features## 📖 Tutorial
For a detailed walkthrough of how to use this project and Kompose, check out our comprehensive tutorial:
[Convert Any Docker-Compose YAML to Kubernetes Manifests in Seconds with Kompose](https://anqorithm.medium.com/convert-any-docker-compose-yaml-to-kubernetes-manifests-in-seconds-with-kompose-eeb97323d7f8)
## 🤝 Contributing
Contributions are welcome! Feel free to submit issues and enhancement requests.
## 📝 License
This project is licensed under the MIT License - see the LICENSE file for details.