Elasticsearch-kubernetes

Hello every one,
i'm working on creating a kubernetes elasticsearch pod,
In adittion i'm using rancher-server that contains the kubernetes invironment

This what i put inside the file

apiVersion: v1
kind: Pod
metadata:
name: elasticsearsh
spec:
containers:
- name: elasticsearch
image: elasticsearch
ports:
- containerPort: 9200

The pod is running correctelly but when i got to access to hostname:9200 i got nothing

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.