New to kubernates, using Rancher/k3s, Need help deploying a python script to a container then to all my workers.

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

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

    Build Container Images In Kubernetes

  • First, you need to package your python script into a container image. /u/Stephonovich has a sample `Dockerfile` in his comment which you can use build the container image with docker or other tools like podman and kaniko. You can also give Cloud Native Buildpacks a look - the "pack" command line can recognize you are using Python and create a container image automatically.

  • podman

    Podman: A tool for managing OCI containers and pods.

  • First, you need to package your python script into a container image. /u/Stephonovich has a sample `Dockerfile` in his comment which you can use build the container image with docker or other tools like podman and kaniko. You can also give Cloud Native Buildpacks a look - the "pack" command line can recognize you are using Python and create a container image automatically.

  • 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
  • hub-feedback

    Feedback and bug reports for the Docker Hub

  • Next, you need to push the container image to a container registry. Dockerhub and quay.io are two public container registries that many developers use. Since is just for learning/testing, I would make the image public.

  • pack

    CLI for building apps using Cloud Native Buildpacks

  • First, you need to package your python script into a container image. /u/Stephonovich has a sample `Dockerfile` in his comment which you can use build the container image with docker or other tools like podman and kaniko. You can also give Cloud Native Buildpacks a look - the "pack" command line can recognize you are using Python and create a container image automatically.

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

  • Cloud Native Buildpacks

    1 project | news.ycombinator.com | 21 Sep 2023
  • Recommend tooling for Docker image and .NET SBOM generation.

    1 project | /r/devops | 20 Mar 2023
  • Where to find ARM buildpacks for Node.js?

    1 project | /r/node | 19 Feb 2023
  • Does anyone use any alternatives to Dockerfile for creating containers? Something with nicer syntax?

    3 projects | /r/docker | 26 Nov 2022
  • YAML Buildpack: Auto Validate Configuration Repositories

    2 projects | dev.to | 30 Sep 2022