Setting up elasticsearch with Operator Pattern
ElasticSearch H/A setup using ECK operator in EKS
Jun 19, 20238 min read116

Search for a command to run...
Articles tagged with #eks
ElasticSearch H/A setup using ECK operator in EKS

Prerequisite eksctl. details AWS CLI. details Helm. details Create EKS Cluster This will create an EKS cluster in us-east-1 region with 2 nodes in the node-group. export CLUSTER_NAME=demo-cluster export AWS_REGION=us-east-1 eksctl create cluster...

Three Big Concepts A Chart is a helm package. A Repo is a place where these charts get collected and shared. A Release is an instance of a chart running in a Kubernetes cluster. Directory Structure wordpress/ Chart.yaml # A YAML file containin...
