feat: Introduce Elastic Cloud on Kubernetes (ECK) for monitoring with…#7
Merged
feat: Introduce Elastic Cloud on Kubernetes (ECK) for monitoring with…#7
Conversation
… Elasticsearch, Kibana, Beats, and an alert notifier. + some other fixes
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces an Elastic Cloud on Kubernetes (ECK)-based monitoring stack (Elasticsearch, Kibana, optional Beats, and an alert notifier) managed via Argo CD, along with a few infrastructure/documentation hostname updates.
Changes:
- Add a new Argo CD AppProject and Application to deploy an ECK stack into
elastic-system. - Introduce a new Helm chart (
common/monitoring/eck) to provision Elasticsearch, Kibana, optional Filebeat/Metricbeat, and an alert-notifier CronJob. - Add supporting operator chart plumbing (
common/elastic-operator) plus manual Beats RBAC and Argo CD controller permissions for Elastic CRDs.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates Argo CD access examples to use example.com hostnames. |
| projects/static/mip-monitoring/mip-monitoring.yaml | New Argo CD AppProject for monitoring (ECK/Elastic resources). |
| projects/static/mip-monitoring/kustomization.yaml | Kustomize entrypoint for monitoring static project. |
| projects/static/mip-monitoring/eck.yaml | New Argo CD Application deploying the ECK Helm chart. |
| deployments/local/federations/federation-A/customizations/mip-stack-values.yaml | Adjusts federation public host to example.com. |
| deployments/hybrid/federations/federation-Z/remote-node/submariner-values.yaml | Updates Submariner broker endpoint. |
| deployments/hybrid/federations/federation-Z/remote-node/README.md | Updates Submariner broker verification example endpoint. |
| deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-values.yaml | Adjusts federation public host to example.com. |
| common/submariner/operator/values.yaml | Updates Submariner broker endpoint default. |
| common/monitoring/eck/values.yaml | Default values for the new ECK monitoring chart (ES/Kibana/Beats/notifier). |
| common/monitoring/eck/templates/elasticsearch.yaml | Helm template for the Elasticsearch CR. |
| common/monitoring/eck/templates/kibana.yaml | Helm template for the Kibana CR. |
| common/monitoring/eck/templates/kibana-ingress.yaml | Optional Kibana Ingress template. |
| common/monitoring/eck/templates/filebeat.yaml | Optional Filebeat Beat CR + ServiceAccount template. |
| common/monitoring/eck/templates/metricbeat.yaml | Optional Metricbeat Beat CR + ServiceAccount template. |
| common/monitoring/eck/templates/alert-notifier-cronjob.yaml | Optional notifier CronJob to post alert summaries. |
| common/monitoring/eck/templates/alert-notifier-pvc.yaml | Optional PVC for notifier state persistence. |
| common/monitoring/eck/templates/alert-notifier-secret.yaml | Optional Secret template for notifier credentials. |
| common/monitoring/eck/templates/_helpers.tpl | Helper template functions for naming/labels/paths. |
| common/monitoring/eck/README.md | Documentation for deploying and configuring the ECK monitoring chart. |
| common/monitoring/eck/Chart.yaml | Chart metadata for the ECK monitoring chart. |
| common/elastic-operator/values.yaml | Default values for the elastic-operator wrapper chart. |
| common/elastic-operator/Chart.yaml | Adds a chart that depends on Elastic’s upstream eck-operator chart. |
| base/mip-infrastructure/rbac/eck-beats-rbac.yaml | Manual cluster-scoped RBAC for Beats. |
| base/argo-projects.yaml | Registers the new monitoring AppProject in the static AppProjects ApplicationSet. |
| argo-setup/patches/patch-argocd-application-controller-clusterrole.yaml | Grants Argo CD controller permissions for Elastic CRDs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
KFilippopolitis
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[… Elasticsearch, Kibana, Beats, and an alert notifier. + some other fixes](feat: Introduce Elastic Cloud on Kubernetes (ECK) for monitoring with Elasticsearch, Kibana, Beats, and an alert notifier.)
Original credits to @KFilippopolitis for the implementation (NeuroTech-Platform/mip-infra#18)