How do I learn production/deployment process?

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

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

    Production-Grade Container Scheduling and Management

  • An extra level on top of all of this could be the monitoring of your application in realtime and scaling it up or down depending on usage and other metrics. This is often the realm of Kubernetes.

  • chruby

  • That should give you lots of stuff to research but I'll leave you with a final point: Every project is going to be different. Use the right tool for the right job; for a small application you definitely don't need Kubernetes, you might be fine without any pipeline at all. For example, Ruby on Rails projects can use a tool called capistrano to script deploys and you can run that from your local machine any time you need to deploy when your project is still small. As the project grows, you can start thinking about creating a pipeline that simply leverages capistrano from say GH actions or something. The point is, don't go crazy with pipelines - do the minimum amount to make the process smooth and focus the rest of your time and energy on the application itself as that's what the users will actually see and use. Users don't care if you use kubernetes or not.

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

  • Streamlining Deployments: Unveiling the Power of GitOps with Kubernetes

    1 project | dev.to | 30 Apr 2024
  • Building Llama as a Service (LaaS)

    14 projects | dev.to | 8 Apr 2024
  • Kubernetes and back – Why I don't run distributed systems

    1 project | news.ycombinator.com | 28 Mar 2024
  • Get a specific apiVersion manifest from k8s

    1 project | dev.to | 19 Mar 2024
  • 6 Kubernetes Ports: A Definitive Look - Expose, NodePort, TargetPort, & More

    1 project | dev.to | 21 Jan 2024