How to deploy Django on Kubernetes with Skaffold for development and production

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • django-postgres-skaffold-k8s

    Example of using Skaffold to manage Django+Postgres deployment on Kubernetes

  • The accompanying code for this article can be found in this GitHub repository.

  • skaffold

    Easy and Repeatable Kubernetes Development

  • In this article, we'll see how to deploy the Django application built in Part 2 of this series to local Kubernetes cluster. We'll be using Skaffold for the deployment. Skaffold offers support for multiple profiles, making it useful both local development with hot code reloading as well as production deployments.

  • 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.

    InfluxDB logo
  • ingress-nginx

    Ingress-NGINX Controller for Kubernetes

  • Before moving to Kubernetes deployments, we need to add a reverse proxy before our Gunicorn server. We use an nginx proxy server with custom nginx.conf. In production usage, you'd probably use something like NGINX Ingress Controller instead.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are the most popular ingress controllers

    7 projects | /r/kubernetes | 3 Sep 2022
  • libvirt-k8s-provisioner - Provision a fully working infra + k8s cluster up to 1.22 in under 10 minutes

    2 projects | /r/kubernetes | 10 Oct 2021
  • Automating EKS Deployment and NGINX Setup Using Helm with AWS CDK in Python

    1 project | dev.to | 25 Apr 2024
  • Google to Discontinue Skaffold

    1 project | news.ycombinator.com | 2 Apr 2024
  • You've just inherited a legacy C++ codebase, now what?

    2 projects | news.ycombinator.com | 29 Feb 2024