deploy-eck – script to automate various configurations of elasticsearch with ECK
I stand up and tear down elasticsearch deployments on kubernetes pretty often for various testing. I found that it was a bit cumbersome to do so by hand since my tests are usually short and specific and wanted some way to be able to stand up various versions of the ECK operator and the elasticsearch stack using various configurations for testing. Using my gke.sh script, I built the deploy-eck.sh. It is similar in function to my deploy-elastic.sh script but designed for running elastic stack on kubernetes with the ECK operator. When creating the script I limited the version of the… Continue Reading