Difference between revisions of "Kubernetes Addons"
Line 3: | Line 3: | ||
* https://github.com/particuleio/terraform-kubernetes-addons | * https://github.com/particuleio/terraform-kubernetes-addons | ||
− | * [[admiralty]]: A system of Kubernetes controllers that intelligently schedules workloads across clusters | + | * <code>[[admiralty]]</code>: A system of Kubernetes controllers that intelligently schedules workloads across clusters |
+ | * <code>[[aws-ebs-csi-driver]]</code>: Enable new feature and the use of gp3 volumes | ||
+ | * <code>[[aws-efs-csi-driver]]: Enable EFS Support | ||
+ | * <code>[[aws-for-fluent-bit]]</code>: Cloudwatch logging with fluent bit instead of fluentd N/A ✔️ N/A N/A N/A | ||
+ | aws-load-balancer-controller Use AWS ALB/NLB for ingress and services N/A ✔️ N/A N/A N/A | ||
+ | aws-node-termination-handler Manage spot instance lifecyle N/A ✔️ N/A N/A N/A | ||
+ | aws-calico Use calico for network policy N/A ✔️ N/A N/A N/A | ||
+ | secrets-store-csi-driver-provider-aws AWS Secret Store and Parameter store driver for secret store CSI driver ✔️ N/A N/A N/A N/A | ||
+ | cert-manager automatically generate TLS certificates, supports ACME v2 ✔️ ✔️ ✔️ ❌ N/A | ||
+ | cluster-autoscaler scale worker nodes based on workload N/A ✔️ Included Included Included | ||
+ | cni-metrics-helper Provides cloudwatch metrics for VPC CNI plugins N/A ✔️ N/A N/A N/A | ||
+ | external-dns sync ingress and service records in route53 ❌ ✔️ ✔️ ❌ ❌ | ||
+ | flux2 Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | ingress-nginx processes Ingress object and acts as a HTTP/HTTPS proxy (compatible with cert-manager) ✔️ ✔️ ✔️ ❌ ❌ | ||
+ | istio-operator Service mesh for Kubernetes ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | k8gb A cloud native Kubernetes Global Balancer ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | karma An alertmanager dashboard ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | keda Kubernetes Event-driven Autoscaling ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | keycloak Identity and access management ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | kong API Gateway ingress controller ✔️ ✔️ ✔️ ❌ ❌ | ||
+ | kube-prometheus-stack Monitoring / Alerting / Dashboards ✔️ ✔️ ✔️ ❌ ❌ | ||
+ | kyverno Kubernetes Native Policy Management ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | loki-stack Grafana Loki logging stack ✔️ ✔️ 🚧 ❌ ❌ | ||
+ | promtail Ship log to loki from other cluster (eg. mTLS) 🚧 ✔️ 🚧 ❌ ❌ | ||
+ | prometheus-adapter Prometheus metrics for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+ ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | prometheus-cloudwatch-exporter An exporter for Amazon CloudWatch, for Prometheus. ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | prometheus-blackbox-exporter The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | rabbitmq-cluster-operator The RabbitMQ Cluster Operator automates provisioning, management of RabbitMQ clusters. ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | metrics-server enable metrics API and horizontal pod scaling (HPA) ✔️ ✔️ Included Included Included | ||
+ | node-problem-detector Forwards node problems to Kubernetes events ✔️ ✔️ Included Included Included | ||
+ | secrets-store-csi-driver Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | sealed-secrets Technology agnostic, store secrets on git ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | strimzi-kafka-operator Apache Kafka running on Kubernetes ✔️ ✔️ ✔️ ✔️ ✔️ | ||
+ | thanos Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌ | ||
+ | thanos-memcached Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌ | ||
+ | thanos-storegateway Additional storegateway to query multiple object stores ❌ ✔️ 🚧 ❌ ❌ | ||
+ | thanos-tls-querier Thanos TLS querier for cross cluster collection ❌ ✔️ 🚧 ❌ ❌ | ||
+ | vault A tool for secrets management, encryption as a service, and privileged access management | ||
== See also == | == See also == |
Revision as of 11:54, 29 August 2022
admiralty
: A system of Kubernetes controllers that intelligently schedules workloads across clustersaws-ebs-csi-driver
: Enable new feature and the use of gp3 volumesaws-efs-csi-driver: Enable EFS Support
aws-for-fluent-bit
: Cloudwatch logging with fluent bit instead of fluentd N/A ✔️ N/A N/A N/A
aws-load-balancer-controller Use AWS ALB/NLB for ingress and services N/A ✔️ N/A N/A N/A
aws-node-termination-handler Manage spot instance lifecyle N/A ✔️ N/A N/A N/A
aws-calico Use calico for network policy N/A ✔️ N/A N/A N/A
secrets-store-csi-driver-provider-aws AWS Secret Store and Parameter store driver for secret store CSI driver ✔️ N/A N/A N/A N/A
cert-manager automatically generate TLS certificates, supports ACME v2 ✔️ ✔️ ✔️ ❌ N/A
cluster-autoscaler scale worker nodes based on workload N/A ✔️ Included Included Included
cni-metrics-helper Provides cloudwatch metrics for VPC CNI plugins N/A ✔️ N/A N/A N/A
external-dns sync ingress and service records in route53 ❌ ✔️ ✔️ ❌ ❌
flux2 Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit ✔️ ✔️ ✔️ ✔️ ✔️
ingress-nginx processes Ingress object and acts as a HTTP/HTTPS proxy (compatible with cert-manager) ✔️ ✔️ ✔️ ❌ ❌
istio-operator Service mesh for Kubernetes ✔️ ✔️ ✔️ ✔️ ✔️
k8gb A cloud native Kubernetes Global Balancer ✔️ ✔️ ✔️ ✔️ ✔️
karma An alertmanager dashboard ✔️ ✔️ ✔️ ✔️ ✔️
keda Kubernetes Event-driven Autoscaling ✔️ ✔️ ✔️ ✔️ ✔️
keycloak Identity and access management ✔️ ✔️ ✔️ ✔️ ✔️
kong API Gateway ingress controller ✔️ ✔️ ✔️ ❌ ❌
kube-prometheus-stack Monitoring / Alerting / Dashboards ✔️ ✔️ ✔️ ❌ ❌
kyverno Kubernetes Native Policy Management ✔️ ✔️ ✔️ ✔️ ✔️
loki-stack Grafana Loki logging stack ✔️ ✔️ 🚧 ❌ ❌
promtail Ship log to loki from other cluster (eg. mTLS) 🚧 ✔️ 🚧 ❌ ❌
prometheus-adapter Prometheus metrics for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+ ✔️ ✔️ ✔️ ✔️ ✔️
prometheus-cloudwatch-exporter An exporter for Amazon CloudWatch, for Prometheus. ✔️ ✔️ ✔️ ✔️ ✔️
prometheus-blackbox-exporter The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. ✔️ ✔️ ✔️ ✔️ ✔️
rabbitmq-cluster-operator The RabbitMQ Cluster Operator automates provisioning, management of RabbitMQ clusters. ✔️ ✔️ ✔️ ✔️ ✔️
metrics-server enable metrics API and horizontal pod scaling (HPA) ✔️ ✔️ Included Included Included
node-problem-detector Forwards node problems to Kubernetes events ✔️ ✔️ Included Included Included
secrets-store-csi-driver Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. ✔️ ✔️ ✔️ ✔️ ✔️
sealed-secrets Technology agnostic, store secrets on git ✔️ ✔️ ✔️ ✔️ ✔️
strimzi-kafka-operator Apache Kafka running on Kubernetes ✔️ ✔️ ✔️ ✔️ ✔️
thanos Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌
thanos-memcached Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌
thanos-storegateway Additional storegateway to query multiple object stores ❌ ✔️ 🚧 ❌ ❌
thanos-tls-querier Thanos TLS querier for cross cluster collection ❌ ✔️ 🚧 ❌ ❌
vault A tool for secrets management, encryption as a service, and privileged access management
See also
- Kubernetes Addons, tEKS:
[ admiralty | kubecost ]
Advertising: