Implementing a simple K8s admission controller in Go

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

    A simple boilerplate for an admission controller in Go.

  • Note: All the code examples here have been simplified to make them easier to read. For the full implementation, please visit the repository.

  • api

    The canonical location of the Kubernetes API definition. (by kubernetes)

  • Then we have to create the admissionHandler to receive all the requests from our webhooks. These requests are coming with a JSON-encoded AdmissionReview (with the Request field filled) in the request body. The response should be a JSON AdmissionReview with the Response field filled.

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

    Automatically provision and manage TLS certificates in Kubernetes

  • To correctly manage your certificates in production, you could use something like a https://cert-manager.io.

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

  • Running Virtual Hosts in Apache Docker Container and LetsEncrypt for SSL

    4 projects | /r/docker | 24 Nov 2022
  • Nginx – The Architecture of Open Source Applications

    5 projects | news.ycombinator.com | 2 Nov 2021
  • How to start combining kubernetes and go knowledge

    5 projects | /r/kubernetes | 17 Mar 2021
  • Disaster Recovery Strategies for EC2 Deployments

    1 project | dev.to | 30 Apr 2024
  • Show HN: Glasskube – The new Kubernetes Package Manager is now in Beta

    1 project | news.ycombinator.com | 24 Apr 2024