Enhancements

Open-source projects categorized as Enhancements
Language: + Go + JavaScript

Top 3 Enhancement Open-Source Projects

  • enhancements

    Enhancements tracking repo for Kubernetes

  • Project mention: IBM to buy HashiCorp in $6.4B deal | news.ycombinator.com | 2024-04-25

    > was always told early on that although they supported vault on kubernetes via a helm chart, they did not recommend using it on anything but EC2 instances (because of "security" which never really made sense their reasoning).

    The reasoning is basically that there are some security and isolation guarantees you don't get in Kubernetes that you do get on bare metal or (to a somewhat lesser extent) in VMs.

    In particular for Kubernetes, Vault wants to run as a non-root user and set the IPC_LOCK capability when it starts to prevent its memory from being swapped to disk. While in Docker you can directly enable this by adding capabilities when you launch the container, Kubernetes has an issue because of the way it handles non-root container users specified in a pod manifest, detailed in a (long-dormant) KEP: https://github.com/kubernetes/enhancements/blob/master/keps/... (tl;dr: Kubernetes runs the container process as root, with the specified capabilities added, but then switches it to the non-root UID, which causes the explicitly-added capabilities to be dropped).

    You can work around this by rebuilding the container and setting the capability directly on the binary, but the upstream build of the binary and the one in the container image don't come with that set (because the user should set it at runtime if running the container image directly, and the systemd unit sets it via systemd if running as a systemd service, so there's no need to do that except for working around Kubernetes' ambient-capability issue).

    > It always surprised me how these conversations went. "Well we don't really recommend kubernetes so we won't support (feature)."

  • Pokeclicker-Scripts

    Various scripts & enhancements for the game Pokéclicker.

  • 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
  • snippets-enhancements-bugs

    A public enhancement and bug tracker for the macOS, iPadOS & iOS Snippets Studio app

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Enhancements related posts

  • IBM to buy HashiCorp in $6.4B deal

    1 project | news.ycombinator.com | 25 Apr 2024
  • Isint release cycle becoming a bit crazy with monthly releases and deprecations ?

    2 projects | /r/kubernetes | 11 Jul 2023
  • What's there in K8s 1.27

    1 project | dev.to | 4 Jun 2023
  • Pokeclicker console commands

    1 project | /r/incremental_games | 15 Apr 2023
  • Dependencies between Services

    1 project | /r/kubernetes | 6 Apr 2023
  • When you learn the Sidecar Container KEP got dropped from the Kubernets release. Again.

    2 projects | /r/kubernetes | 6 Apr 2023
  • Kubernetes 1.27 will be out next week! - Learn what's new and what's deprecated - Group volume snapshots - Pod resource updates - kubectl subcommands … And more!

    2 projects | /r/kubernetes | 4 Apr 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 May 2024
    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. Learn more →

Index

What are some of the best open-source Enhancement projects? This list will help you:

Project Stars
1 enhancements 3,270
2 Pokeclicker-Scripts 179
3 snippets-enhancements-bugs 4

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