kubernetes-demo-app VS kubernetes-demo-gitops

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

kubernetes-demo-app

Basic web application using FastAPI ready to be deployed on Kubernetes (by vjanz)

kubernetes-demo-gitops

This is the GitOps repo for project vjanz/kubernetes-demo-app (by vjanz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kubernetes-demo-app kubernetes-demo-gitops
2 1
31 19
- -
4.0 2.9
7 months ago 8 months ago
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.

kubernetes-demo-gitops

Posts with mentions or reviews of kubernetes-demo-gitops. 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[2]
    2 projects | dev.to | 2 Feb 2023
    In our **GitOps repo** create a new directory named apps. This would be the directory where we would list all the apps that we want to manage with ArgoCD. Remember, your Git repo according to GitOps can (and should) manage all the projects and infrastructure for your projects or organization. Copy the deployment and the service that we created in previous parts to **apps/fastapi-service/base **without making any modification for now. The repository structure should be like this.

What are some alternatives?

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

charts - Bitnami Helm Charts

deployKF - deployKF builds machine learning platforms on Kubernetes. We combine the best of Kubeflow, Airflow†, and MLflow† into a complete platform.

awesome-argo - A curated list of awesome projects and resources related to Argo (a CNCF graduated project)

local-gitops - An automated local cluster setup w/ tls, monitoring, ingress and DNS configuration.

awesome-kustomize - A curated and collaborative list of awesome Kustomize resources

gitops-kubernetes-configuration - Example GitOps repository with Kubernetes manifests

argocd-lovely-plugin - A plugin to make Argo CD behave like we'd like.

flamingo - Flux Subsystem for Argo