elasticsearch-kubernetes | step guide for the deployment Elasticsearch on top | Continuous Deployment library
kandi X-RAY | elasticsearch-kubernetes Summary
kandi X-RAY | elasticsearch-kubernetes Summary
This is a step by step guide for the deployment of Elasticsearch on top of Kubernetes using the content provided in this repository. The provisioned setup has been tested on Google Container Engine, using Google’s standard persistent disk as the persistence storage for the Elasticsearch nodes, with the custom Elasticsearch Docker image being hosted on the docker hub. The docker image has been uploaded to and is referenced from the kubernetes statefulset object definition as anchormen/elasticsearch-kubernetes:5.6.0.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of elasticsearch-kubernetes
elasticsearch-kubernetes Key Features
elasticsearch-kubernetes Examples and Code Snippets
Community Discussions
Trending Discussions on elasticsearch-kubernetes
QUESTION
I am trying to setup ElasticSearch OpenDistro but I am not able to understand what is meant by in the link
How should I use this yaml file? Do I need to put the base64 encoded values here replacing the and then kubectl apply -f secrets.yaml
or what?
Can someone provide any reference link around this which explains the same?
...ANSWER
Answered 2019-Jul-14 at 23:33I have not used this configuration before, but on my opinion what you should do is create your own certificates elk-crt.pem, elk-key.pem, elk-root-ca.pem, admin-crt.pem, admin-key.pem, admin-root-ca.pem
same thing with Kibana (if you will use it), then just create your Secret with raw values,
please read this:
For certain scenarios, you may wish to use the stringData field instead. This field allows you to put a non-base64 encoded string directly into the Secret, and the string will be encoded for you when the Secret is created or updated.
QUESTION
I am trying to deploy elastic-search in kubernetes with local drive volume but I get the following error, can you please correct me. using ubuntu 16.04 kubernetes v1.11.0 Docker version 17.03.2-ce Getting error 'unknown field hostPath' Kubernetes Elasticsearch using with local volume
...ANSWER
Answered 2018-Jul-12 at 08:11Check your format, hostPath is not supposed to be under container part, 'volume' is not in it's position.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install elasticsearch-kubernetes
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page