- Elastic Cloud on Kubernetes:
- Overview
- Quickstart
- Operating ECK
- Orchestrating Elastic Stack applications
- Run Elasticsearch on ECK
- JVM heap size
- Node configuration
- Volume claim templates
- Storage recommendations
- Transport settings
- Virtual memory
- Settings managed by ECK
- Secure settings
- Custom configuration files and plugins
- Init containers for plugin downloads
- Update strategy
- Pod disruption budget
- Nodes orchestration
- Advanced Elasticsearch node scheduling
- Create automated snapshots
- Remote clusters
- Readiness probe
- Pod PreStop hook
- Elasticsearch autoscaling
- JVM heap dumps
- Security Context
- Run Kibana on ECK
- Run APM Server on ECK
- Run standalone Elastic Agent on ECK
- Run Fleet-managed Elastic Agent on ECK
- Run Elastic Maps Server on ECK
- Run Enterprise Search on ECK
- Run Beats on ECK
- Secure the Elastic Stack
- Access Elastic Stack services
- Customize Pods
- Manage compute resources
- Autoscaling stateless applications
- Upgrade the Elastic Stack version
- Run Elasticsearch on ECK
- Advanced topics
- Reference
- API Reference
- agent.k8s.elastic.co/v1alpha1
- apm.k8s.elastic.co/v1
- apm.k8s.elastic.co/v1beta1
- beat.k8s.elastic.co/v1beta1
- common.k8s.elastic.co/v1
- common.k8s.elastic.co/v1beta1
- elasticsearch.k8s.elastic.co/v1
- elasticsearch.k8s.elastic.co/v1beta1
- enterprisesearch.k8s.elastic.co/v1
- enterprisesearch.k8s.elastic.co/v1beta1
- kibana.k8s.elastic.co/v1
- kibana.k8s.elastic.co/v1beta1
- maps.k8s.elastic.co/v1alpha1
- Glossary
- Third-party dependencies
- API Reference
- Release highlights
- 1.8.0 release highlights
- 1.7.1 release highlights
- 1.7.0 release highlights
- 1.6.0 release highlights
- 1.5.0 release highlights
- 1.4.1 release highlights
- 1.4.0 release highlights
- 1.3.2 release highlights
- 1.3.1 release highlights
- 1.3.0 release highlights
- 1.2.2 release highlights
- 1.2.1 release highlights
- 1.2.0 release highlights
- 1.1.2 release highlights
- 1.1.1 release highlights
- 1.1.0 release highlights
- 1.0.1 release highlights
- 1.0.0 release highlights
- 1.0.0-beta1 release highlights
- Release notes
- Elastic Cloud on Kubernetes version 1.8.0
- Elastic Cloud on Kubernetes version 1.7.1
- Elastic Cloud on Kubernetes version 1.7.0
- Elastic Cloud on Kubernetes version 1.6.0
- Elastic Cloud on Kubernetes version 1.5.0
- Elastic Cloud on Kubernetes version 1.4.1
- Elastic Cloud on Kubernetes version 1.4.0
- Elastic Cloud on Kubernetes version 1.3.2
- Elastic Cloud on Kubernetes version 1.3.1
- Elastic Cloud on Kubernetes version 1.3.0
- Elastic Cloud on Kubernetes version 1.2.2
- Elastic Cloud on Kubernetes version 1.2.1
- Elastic Cloud on Kubernetes version 1.2.0
- Elastic Cloud on Kubernetes version 1.1.2
- Elastic Cloud on Kubernetes version 1.1.1
- Elastic Cloud on Kubernetes version 1.1.0
- Elastic Cloud on Kubernetes version 1.0.1
- Elastic Cloud on Kubernetes version 1.0.0
- Elastic Cloud on Kubernetes version 1.0.0-beta1
A newer version is available. For the latest information, see the
current release documentation.
Elastic Cloud on Kubernetes version 1.1.0
editElastic Cloud on Kubernetes version 1.1.0
editBreaking changes
editNew features
editEnhancements
edit- Validate unknown fields in ES v1beta1 #2896
- Sort StatefulSets retrieved for a given ES cluster #2882 (issue: #2864)
- Improve secure string generation #2794
- Rename pause annotation #2783
- Add validation webhook configurations for all resource types #2781
- Surface EULA validation in annotation for trials #2742
- Add automaxprocs #2724
- Make transport service customizable #2691
- Add the transport service DNS name to the CSR #2687
- User-provided config take precedence over operator config #2636
- Validate duplicated nodeSet names #2631
- Stub initial support for Elastic stack version 8.0 #2613
- Get endpoints as part of the diagnostics bundle #2603 (issue: #2602)
- ECK dump: export controller revisions #2538
- Add operator flag to define default container registry #2537
- Rename log.logger to event.dataset as recommended in ECS #2534
- Bump controller-tools #2497 (issue: #2490)
- Extend cluster-wide rbac roles for elastic crds #2495
- Control associations across namespaces with ServiceAccount and RBAC #2482
- Allow webhook cert directory to be overridden #2476 (issue: #2463)
- Logging: add minimal support for ECS #2457 (issue: #2002)
- Facilitate filebeat autodiscovery with hints annotation #2439
- Add config validation for unknown fields #2433
- Synchronously request the Cluster UUID #2399 (issue: #2397)
- Ensure Kibana encryption key is specified #2278 (issue: #1738)
Bug fixes
edit- Check for ECK managed trials when matching licenses to clusters #2942
- Use enterprise_trial as the trial license type #2934
- Upgrade apm agent to latest master commit #2921
- Close client after noop observer comparisons #2916
- Use annotation to track created remote clusters #2891
- Fix trial license validation issues #2889
- Do not use annotations to cache Elasticsearch API calls #2880
- Watch only trial license secret (not trial status) #2879
- Do not reject PVC update when a different unit is used #2857 (issue: #2856)
- Revert transport TLS certs verification from full to certificate #2831 (issue: #2823)
- Compatibility check: add Service ownership test #2803
- Fix labels on ES CA secret for Kibana association #2773 (issue: #2698)
- Ensure that HTTP CA cert is always set #2772
- License check: update remote cluster logs and events #2746
- Fix transport certificates reconciliation #2740
- Rename registry field as it clashes with ECS #2737
- Prevent pod deletion while ES node still contains shards #2715
- Association controller bug fixes #2679
- Ensure StatefulSets have been processed by the StatefulSet controller before doing any upgrade #2591 (issues: #2393, #2434)
- Use cert rotate parameter #2541 (issue: #2540)
- Do not mutate object when validating unknown fields #2536
- Mark the Version field required and adapt CRD generation for trivialVersions #2480 (issues: #2395, #2479)
- Cluster bootstrap: ignore ES error when retrieving cluster UUID #2438
Was this helpful?
Thank you for your feedback.