- Elastic Cloud on Kubernetes:
- Overview
- Quickstart
- Upgrading the Elastic Stack version
- Deploying ECK on OpenShift
- Accessing Elastic Stack services
- Managing compute resources
- Running Elasticsearch on ECK
- Pod Template
- JVM heap size
- Node configuration
- Volume claim templates
- HTTP settings & TLS SANs
- Virtual memory
- Custom HTTP certificate
- 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
- Readiness probe
- Pod PreStop hook
- Running Kibana on ECK
- Running APM Server on ECK
- Creating custom images
- Configuring ECK
- Service meshes
- Managing licenses in ECK
- Troubleshooting
- Upgrading ECK
- Uninstalling ECK
- Glossary
- API Reference
- Release highlights
- Release notes
1.0.0 release highlights
edit1.0.0 release highlights
editGeneral availability
editElastic Cloud on Kubernetes has graduated from beta and is now in general availability.
Resource version promotion
editCustom resources have graduated to version v1
. Manifests for v1beta1
will still function, but are deprecated and should be updated to v1
. Support for v1beta1
will be removed in a future release. Support for v1alpha1
has been removed. See Upgrading ECK for more information.
Webhook validation
editWebhook validation has been re-introduced. This allows for additional validation when Elastic resources are created or updated. See Validating webhook for more information.
Multiple namespace management
editECK can now manage multiple specific namespaces simultaneously. Previously a single instance of ECK could manage either all namespaces or a single namespace. See Configuring ECK for more information.
License management
editHandling of licenses has been greatly improved. If the license changes, all new clusters will use it and all existing clusters will be upgraded to the new license. See Managing licenses in ECK for more information.
Service mesh compatibility
editCompatibility with service mesh systems such as Istio has been improved, with changes such as #2038.
On this page