Difference between revisions of "Kubernetes Addons"

From wikieduonline
Jump to navigation Jump to search
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
* https://kubernetes.io/docs/concepts/cluster-administration/addons/
  
 +
* [[GKE]]: [[GKE Config Connector addon]]
 +
* {{EKS addons TOCh}}
  
* https://github.com/particuleio/terraform-kubernetes-addons
+
* <code>[[minikube addons list]]</code>
  
 +
== [[tEKS]] addons ==
 +
https://github.com/particuleio/terraform-kubernetes-addons
 
* <code>[[admiralty]]</code>: 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-ebs-csi-driver]]</code>: Enable feature and the use of <code>[[gp3]]</code> volumes
 
* <code>[[aws-efs-csi-driver]]</code>: Enable EFS Support
 
* <code>[[aws-efs-csi-driver]]</code>: Enable EFS Support
 
* <code>[[aws-for-fluent-bit]]</code>: Cloudwatch logging with fluent bit instead of fluentd
 
* <code>[[aws-for-fluent-bit]]</code>: Cloudwatch logging with fluent bit instead of fluentd
Line 19: Line 24:
 
* <code>[[istio-operator]]</code>:Service mesh for Kubernetes
 
* <code>[[istio-operator]]</code>:Service mesh for Kubernetes
 
* <code>[[k8gb]]</code>: A cloud native Kubernetes Global Balancer
 
* <code>[[k8gb]]</code>: A cloud native Kubernetes Global Balancer
* <code>[[karma]]</code>: An alertmanager dashboard
+
* <code>[[karma]]</code>: An [[alertmanager]] dashboard
 
* <code>[[keda]]</code>: Kubernetes Event-driven Autoscaling
 
* <code>[[keda]]</code>: Kubernetes Event-driven Autoscaling
 
* <code>[[keycloak]]</code>: Identity and access management
 
* <code>[[keycloak]]</code>: Identity and access management
 
* <code>[[kong]]</code>: API Gateway ingress controller
 
* <code>[[kong]]</code>: API Gateway ingress controller
 
* <code>[[kube-prometheus-stack]]</code>: Monitoring / Alerting / Dashboards
 
* <code>[[kube-prometheus-stack]]</code>: Monitoring / Alerting / Dashboards
* <code>[[kyverno]]</code>: Kubernetes Native Policy Management
+
* <code>[[Kyverno]]</code>: Kubernetes Native Policy Management
 
* <code>[[loki-stack]]</code>: Grafana Loki logging stack
 
* <code>[[loki-stack]]</code>: Grafana Loki logging stack
 
* <code>[[promtail]]</code>: Ship log to loki from other cluster (eg. mTLS)
 
* <code>[[promtail]]</code>: Ship log to loki from other cluster (eg. mTLS)
Line 30: Line 35:
 
* <code>[[prometheus-cloudwatch-exporter]]</code>: An exporter for Amazon CloudWatch, for Prometheus.
 
* <code>[[prometheus-cloudwatch-exporter]]</code>: An exporter for Amazon CloudWatch, for Prometheus.
 
* <code>[[prometheus-blackbox-exporter]]</code>: The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP.
 
* <code>[[prometheus-blackbox-exporter]]</code>: 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. ✔️ ✔️ ✔️ ✔️ ✔️
+
* <code>[[rabbitmq-cluster-operator]]</code>: The RabbitMQ Cluster Operator automates provisioning, management of RabbitMQ clusters.
metrics-server enable metrics API and horizontal pod scaling (HPA) ✔️ ✔️ Included Included Included
+
* <code>[[metrics-server]]</code>: Enable metrics API and horizontal pod scaling (HPA)
node-problem-detector Forwards node problems to Kubernetes events ✔️ ✔️ Included Included Included
+
* <code>[[node-problem-detector]]</code>: Forwards node problems to [[Kubernetes events]]
secrets-store-csi-driver Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. ✔️ ✔️ ✔️ ✔️ ✔️
+
* <code>[[secrets-store-csi-driver]]</code>: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume.
sealed-secrets Technology agnostic, store secrets on git ✔️ ✔️ ✔️ ✔️ ✔️
+
* <code>[[sealed-secrets]]</code>: Technology agnostic, store secrets on git
strimzi-kafka-operator Apache Kafka running on Kubernetes ✔️ ✔️ ✔️ ✔️ ✔️
+
* <code>[[strimzi-kafka-operator]]</code> Apache Kafka running on Kubernetes
thanos Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌
+
* <code>thanos</code>: Open source, highly available Prometheus setup with long term storage capabilities
thanos-memcached Open source, highly available Prometheus setup with long term storage capabilities ❌ ✔️ 🚧 ❌ ❌
+
* <code>[[thanos-memcached]]</code> Open source, highly available Prometheus setup with long term storage capabilities
thanos-storegateway Additional storegateway to query multiple object stores ❌ ✔️ 🚧 ❌ ❌
+
* <code>[[thanos-storegateway]]</code>: Additional storegateway to query multiple object stores
thanos-tls-querier Thanos TLS querier for cross cluster collection ❌ ✔️ 🚧 ❌ ❌
+
* <code>[[thanos-tls-querier]]</code>: Thanos TLS querier for cross cluster collection
vault A tool for secrets management, encryption as a service, and privileged access management
+
* <code>[[vault]]</code>: A tool for secrets management, encryption as a service, and privileged access management
 +
 
 +
== Related ==
 +
* [[GKE Config Connector addon]]
 +
* [[Terraform EKS module]]
 +
* [[AWS EKS Addons]]
  
 
== See also ==
 
== See also ==
 +
* {{EKS addons}}
 
* {{K8s addons}}
 
* {{K8s addons}}
 +
* {{Kubernetes components}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 18:29, 22 October 2023

tEKS addons[edit]

https://github.com/particuleio/terraform-kubernetes-addons

Related[edit]

See also[edit]

Advertising: