kubernetes-demo-app VS fastapi-mvc

Compare kubernetes-demo-app vs fastapi-mvc and see what are their differences.

kubernetes-demo-app

Basic web application using FastAPI ready to be deployed on Kubernetes (by vjanz)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
kubernetes-demo-app fastapi-mvc
2 7
31 562
- 3.7%
4.0 6.9
7 months ago 10 days ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kubernetes-demo-app

Posts with mentions or reviews of kubernetes-demo-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]
    5 projects | dev.to | 2 Feb 2023
    The sample app in the **repo** is a basic FastAPI application that I extracted from official docs, but I added a PostgreSQL database to make the whole tutorial a bit more challenging. The application is very simple, it exposes some endpoints to create Users and Items.
  • From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[2]
    2 projects | dev.to | 2 Feb 2023
    If we go to the **GitHub repo** you can find all the manifests that we worked on so far: Deployment, Service, ClusterIssuer, Ingress, and Secret. This is okay at some point… but look at that secret.yaml **file, which is very unlikely to be there, especially when it’s encoded with **base64 **when we know that is so easy to decrypt. Aside from that, it’s so hard to separate environments: **production, staging, development, etc. There can also be lots of inconsistencies, where I can have some manifest locally and apply it, and another version of that manifest exists in the repo, so it’s very hard to reproduce the same environment if we delete everything.

What are some alternatives?

When comparing kubernetes-demo-app and fastapi-mvc you can also consider the following projects:

kubernetes-demo-gitops - This is the GitOps repo for project vjanz/kubernetes-demo-app

example - Example project created by fastapi-mvc from fastapi-mvc/copier-project template

charts - Bitnami Helm Charts

fastapi_contrib - Opinionated set of utilities on top of FastAPI

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

gcp-fastapi-poetry - Template repo for a GCP-hosted REST API with automatic API versioning and custom domain mapping

fastgen - A CLI for your next FastAPI project

fastapi-cache - fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.

nix-be - Create a low cost Nix environment from what is already in your /nix/store.

redis-py-cluster - Python cluster client for the official redis cluster. Redis 3.0+.

FastAPI-Production-Boilerplate - A scalable and production ready boilerplate for FastAPI

nixpkgs-upkeep - Auto-updates and CI 🤖 for Nixpkgs