Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-kubernetes
A collection of tools for Kubernetes.
https://github.com/lukecav/awesome-kubernetes
Last synced: 3 days ago
JSON representation
-
Tools
- Kubernetes Auto-Ingress - Dynamically create an ingress for an associated service for Kubernetes, works with NGNIX ingress controller.
- NGNIX WordPress Docker - The official WordPress image has a PHP-FPM variant, but it still needs a web server to handle HTTP requests. This image provides an Nginx server ready to use as a wordpress:fpm front-end.
- Minikube - Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day.
- Kube Lego - Kube Lego automatically requests certificates for Kubernetes Ingress resources from Let's Encrypt.
- Kubespray Wrapper - Easy to use command line tool for kubernetes deployment with kubespray.
- Kubeadm - Kubernetes installation with kubeadm really simplifies deployment procedure and it is easy to use.
- Spread - Spread is a command line tool that makes it easy to version Kubernetes clusters, deploy to Kubernetes clusters in one command, and set up a local Kubernetes cluster.
- Kube Latency - This is a simple little tool, that helps to measure bandwidth and latency in a kubernetes Pod Network.
- Kubernetes Vault Integration - The Kubernetes-Vault project allows pods to automatically receive a Vault token using Vault's AppRole auth backend.
- K8sec - CLI tool to manage Kubernetes Secrets easily.
- Redis Cluster on Kubernetes - This k8s module is intended to simplify the creation and operation of a Redis Cluster deployment in Kubernetes.https://logz.io/blog/prometheus-monitoring/
- KubeNow - KubeNow is a cloud agnostic platform for microservices, based on Docker and Kubernetes. Other than lighting-fast Kubernetes operations, KubeNow helps you in lifting your final application configuring DNS records and distributed storage.
- NGINX for Kubernetes Reloaded - Containerized NGINX that watches for configuration file changes from Kubernetes Secrets or ConfigMaps.
- Kubernetes Dashboard - General-purpose web UI for Kubernetes clusters.
- Reference doc of hyperkube - Reference doc of hyperkube.
- mobydig - Image to run Sysdig on Docker for mac (but not only, it should work on a docker engine on a linux host) #Why ? Why a particular image for Docker for mac ? Sysdig provides a Docker image to run sysdig/csysdig on Docker but on a Linux host.
- Quartermaster - Quartermaster is a framework for managing containerized storage systems like Ceph, GlusterFS, NFS-Ganesha, Rook and others on top of Kubernetes.
- Jenkins Kubernetes Plugin - Jenkins plugin to run dynamic slaves in a Kubernetes/Docker environment.
- Puppet module for Prometheus - This module automates the install and configuration of Prometheus monitoring tool.
- KubeVirt - KubeVirt is a virtual machine management add-on for Kubernetes. The aim is to provide a common ground for virtualization solutions on top of Kubernetes.
- Stork - Stork is a Cloud Native storage orchestration runtime scheduler plugin. It translates a scheduler's orchestration decisions into someting that an external cloud native storage solution can act upon.
- Fluent Bit Kubernetes Daemonset - Kubernetes Logging with Fluent Bit.
- Pod Reaper - A rules based pod killing container. Pod-Reaper was designed to kill pods that meet specific conditions.
- Kubernetes Certificate Manager - Manage Lets Encrypt certificates for a Kubernetes cluster.
- Ksonnet - Ksonnet is a framework for writing, sharing, and deploying Kubernetes application manifests. With its CLI, you can generate a complete application from scratch in only a few commands, or manage a complex system at scale.
- Jaeger Kubernetes Templates - Support for deploying Jaeger into Kubernetes
-
Performance
- Prometheus on Kubernetes - An example setup of Prometheus inside of Kubernetes, monitoring the Kubernetes infrastructure itself as well as services running in Kubernetes.
- Varnish exporter for Prometheus - Scrapes the varnishstat -j JSON output on each Prometheus collect and exposes all reported metrics.
- Prometheus metric library for Nginx - This is a Lua library that can be used with Nginx to keep track of metrics and expose them on a separate web page to be pulled by Prometheus.
- Cluster-level Kubernetes Logging with Honeycomb - Honeycomb's Kubernetes agent aggregates logs across a Kubernetes cluster. Stop managing log storage in all your clusters and start tracking down real problems.
- Estafette Cloudflare DNS - This small Kubernetes application configures dns and proxy settings in Cloudflare for any public service with the correct annotations.
- prom2json - A tool to scrape a Prometheus client and dump the result as JSON.
- Prometheus Pushgateway - The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway.
- Prometheus Client library written in PHP - This library uses Redis or APCu to do the client side aggregation. If using Redis, we recommend to run a local Redis instance next to your PHP workers.
- Kubernetes Fluentd - Kubernetes Logger is designed to take all of the logs from your containers and system and forward them to a central location. Today this can be a S3 bucket in AWS or a ElasticSearch cluster (or both).
- Redis Metrics Exporter - Prometheus exporter for Redis metrics.
- Redis on Kubernetes as StatefulSet - The following document describes the deployment of a self-bootstrapping, reliable, multi-node Redis on Kubernetes.
- Analytics InfluxDB - Simple analytics logging for InfluxDB, heavily inspired by analytics-node.
- Kube SQS Autoscaler - Kubernetes pod autoscaler based on queue size in AWS SQS.
- Prometheus Monitoring with Grafana - The combination of Prometheus and Grafana is becoming a more and more common monitoring stack used by DevOps teams for storing and visualizing time series data.
- Prometheus Exports and Integrations - There are a number of libraries and servers which help in exporting existing metrics from third-party systems as Prometheus metrics.
- High Availability Prometheus Alerting and Notification - Prometheus is architected for reliability of alerting, how do you set it up?
- Kubernetes Elasticsearch Cluster - Elasticsearch (5.5.1) cluster on top of Kubernetes made easy.
- Hazelcast Kubernetes - Hazelcast clustering for Kubernetes made easy.
-
Tutorials
- Fluentd: Open-Source Log Collector - Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on.
- Distributed Load Testing Using Kubernetes - Load testing is key to the development of any backend infrastructure because load tests demonstrate how well the system functions when faced with real-world demands.
- Monitoring Your Kubernetes Infrastructure With Prometheus - Monitoring Your Kubernetes Infrastructure With Prometheus.
- Code Cooking: Kubernetes - Using Google CDN with Kubernetes.
- WordPress in Kubernetes: The Perfect Setup - This tutorial shows how to prepare and deploy WordPress with all required dependencies (MySQL, etc) in Kubernetes.
- Sysdig Install: Kubernetes - Sysdig Monitor is the first and only monitoring, alerting, and troubleshooting solution designed from the ground up to provide unprecedented visibility into containerized infrastructures.
- How to monitor Nginx on Kubernetes - In this article we are going to show how to monitor Nginx on Kubernetes, describing different use cases, peculiarities of running on this platform, relevant metrics and dashboards.
- Monitor your applications with Prometheus - In this hands-on guide we will look at how to integrate Prometheus monitoring into an existing application.
- Kubernetes installation with kubeadm - Please note that kubeadm is still in Alpha and not ready for production use, but it is good enough to play with on development environments.
- Kubernetes installation with kubeadm - Please note that kubeadm is still in Alpha and not ready for production use, but it is good enough to play with on development environments.
- Kubernetes upgrade – kubeadm - Kubeadm is still in beta, but if you already deployed a Kubernetes cluster on some environment using it and now want to upgrade, you can do that manually.
- How much RAM does my Prometheus need for ingestion? - It can be a little confusing to figure out Prometheus memory usage. Let’s break part of it down.
- Configuring Prometheus for High Performance - Configuring Prometheus for High Performance is not an easy topic, because Prometheus does an extensive usage of memory and it’s basically about optimizing it.
- Kubernetes installation with kubeadm - Please note that kubeadm is still in Alpha and not ready for production use, but it is good enough to play with on development environments.
-
More Resources
- Awesome Kubernetes - You can find more awesome resources for Kubernetes here.
Programming Languages
Categories
Sub Categories
Keywords
kubernetes
18
prometheus
5
docker
3
go
3
grafana
2
metrics
2
redis-cluster
2
aws
2
letsencrypt
2
minikube
2
redis
2
cncf
2
kubernetes-cluster
2
fluentd
2
elasticsearch
2
docker-for-mac
1
terraform
1
openstack
1
kubeadm
1
sysdig
1
agent
1
cloud
1
archlinux-puppet-module
1
centos-puppet-module
1
debian-puppet-module
1
linux-puppet-module
1
puppet
1
redhat-puppet-module
1
ubuntu-puppet-module
1
auto-ingress
1
dynamic
1
ingress-controller
1
cluster
1
containers
1
ingress
1
best-practice
1
building-block
1
conformant
1
getting-started
1
installer
1
latency
1
network
1
network-overlay
1
vault
1
kubernetes-secrets
1
gce
1
helm
1
libvirt
1
stand-with-hong-kong
1
valkey
1