Kubernetes SidecarContainers feature is merged

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • enhancements

    Enhancements tracking repo for Kubernetes

    So, until now, a sidecar container was just the idea of running helper containers in you Kubernetes pod that were 'helpers' for something: connection to databases or vpns, mesh networking, pulling secrets or config, debugging... But they didn't have special status, they were just regular containers in your pod.

    This sometimes posed some problems because they weren't available for the full life cycle of the pod, notably on the init process. So if your init containers needed secrets, connections, networking... that was being provided via a sidecar container, you were going to have a hard time.

    With this change, among other things, sidecars containers are going to be available for the whole life cycle of the pod.

    There are other implications, probably, but I still haven't finished reading the KEP [0]. Check it out, and there you'll find its motivation and several interesting examples.

      0: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/753-sidecar-containers

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kubernetes

    Production-Grade Container Scheduling and Management

  • cloudsql-proxy

    Discontinued A utility for connecting securely to your Cloud SQL instances [Moved to: https://github.com/GoogleCloudPlatform/cloud-sql-proxy]

    That is very annoying. I remember having spent some time with this same issue in Google App Engine as well, which also runs Cloud SQL Proxy as a sidecar container.

    https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues...

  • containers-roadmap

    This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

    Deploying Fargate with CDK has to have been the most pleasant developer experience I have ever had with any product so far.

    If image caching becomes a reality with Fargate I can't imagine a need to ever use anything else

    https://github.com/aws/containers-roadmap/issues/696

  • soci-snapshotter

    A containerd snapshotter plugin which enables standard OCI images to be lazily loaded without requiring a build-time conversion step.

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

  • Kubernetes Simplified: A Comprehensive Introduction for Beginners

    5 projects | dev.to | 3 Aug 2024
  • Kubernetes vs Philippine Power Outages - On setting up k0s over Tailscale

    5 projects | dev.to | 1 Jul 2024
  • Can I scale my dockerized Flask solution with Kubernetes?

    2 projects | dev.to | 6 Apr 2024
  • Fun with Avatars: Containerize the app for deployment & distribution | Part. 2

    4 projects | dev.to | 20 Jan 2024
  • Jenkins Agents On Kubernetes

    7 projects | dev.to | 4 Sep 2023

Did you konow that Go is
the 4th most popular programming language
based on number of metions?