Kubernetes-demo-app Alternatives
Similar projects and alternatives to kubernetes-demo-app based on common topics and language
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
kubernetes-demo-gitops
This is the GitOps repo for project vjanz/kubernetes-demo-app
-
opyrator
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
-
fastapi-mvc
Developer productivity tool for making high-quality FastAPI production-ready APIs.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
kubernetes-demo-app reviews and mentions
-
From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]
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]
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.
Stats
The primary programming language of kubernetes-demo-app is Python.