Code Monkey home page Code Monkey logo

eck-quickstart's Introduction

eck-quickstart

Elastic Cloud on Kubernetes quickstart deployment (for dev, not production). Instructions for deployment can be found in Elastic's documentation. The only additional piece added to it is a LoadBalancer service to make it externally available. If you also need to reach Elasticsearch from an external service, consider modifying the elasticsearch-single-node.yml file's spec.

For production, it is recommended to leverage Elastic's helm charts, along with an external network load balancer, like MetalLB, and an internal ingress controller, like NGINX ingress controller as suggested here for bare metal deployments. For cloud deployments, consider your cloud's native load balancer, paired with an ingress controller of your choice.

How to deploy

  1. Install the Elastic Cloud on Kubernetes operator
kubectl create -f https://download.elastic.co/downloads/eck/2.6.1/crds.yaml
kubectl apply -f https://download.elastic.co/downloads/eck/2.6.1/operator.yaml
  1. Deploy Elasticseach
kubectl apply -f ./elasticsearch-single-node.yml
  1. Deploy a persistent volume for Elasticsearch
kubectl apply -f ./elasticsearch-pv.yml
  1. Deploy a Kibana instance
kubectl apply -f ./kibana-single-node.yml

How to reach kubernetes

  1. Identify the node running kubernetes
kubectl get pods -o wide
  1. Connect to the node where Kibana lives on the port specified by the quickstart-kb-http service (Example: https://<node_ip>:<service_port>)
kubectl get services quickstart-kb-http

eck-quickstart's People

Contributors

vesiix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.