Elastic Cloud on Kubernetes: Automating Elasticsearch and Kibana on Kubernetes

Elastic Cloud on Kubernetes: Automating Elasticsearch and Kibana on Kubernetes

  • May 25, 2019
Table of Contents

Elastic Cloud on Kubernetes: Automating Elasticsearch and Kibana on Kubernetes

Elasticsearch, following the emergence of Kubernetes as the de facto standard for orchestrating containers, launches Elastic Cloud on Kubernetes (ECK). Let’s have a look at what ECK brings to the Kubernetes ecosystem. The Elasticsearch team takes the next steptowards their commitment to make it easier for users to deploy and operate Elastic products and solutions in Kubernetes environments.

Elastic Cloud on Kubernetes (ECK) is built using the Kubernetes Operator pattern, installs into your Kubernetes cluster and does more than just simplifying the task of deploying Elasticsearch and Kibana on Kubernetes.

Source: jaxenter.com

Share :
comments powered by Disqus

Related Posts

Kubernetes Ingress Past, Present, and Future

Kubernetes Ingress Past, Present, and Future

This post was inspired by listening to the February 19, 2019, Kubernetes Podcast, “Ingress, with Tim Hockin.” The Kubernetes Podcast is turning out to be a very well done podcast overall, and well worth the listen. In the Ingress episode, the podcasters interview Tim Hockin who’s one of the original Kubernetes co-founders, a team lead on the Kubernetes predecessor Borg/Omega, and is still very active within the Kubernetes community such as chairing the Kubernetes Network Special Interest Group that currently own the Ingress resource specification.

Read More
Tinder’s move to Kubernetes

Tinder’s move to Kubernetes

Almost two years ago, Tinder decided to move its platform to Kubernetes. Kubernetes afforded us an opportunity to drive Tinder Engineering toward containerization and low-touch operation through immutable deployment. Application build, deployment, and infrastructure would be defined as code.

Read More
Pod Priority and Preemption in Kubernetes

Pod Priority and Preemption in Kubernetes

Kubernetes is well-known for running scalable workloads. It scales your workloads based on their resource usage. When a workload is scaled up, more instances of the application get created.

Read More