# eckctl **Repository Path**: mirrors_codelibs/eckctl ## Basic Information - **Project Name**: eckctl - **Description**: ECK Utility - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eckctl: ECK Control eckctl is an utitly to manage [Elastic Cloud on Kubernetes(ECK)](https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html). eckctl creates Kubernetes cluster on [kind](https://kind.sigs.k8s.io/) as default. ## Usage ### Create ECK Cluster ``` $ ./eckctl create -k kind ``` -k option is kubernetes type. You can spcify `kind` or `eks`. ### Use Proxy ``` $ ./eckctl proxy ``` ### Use CUrl ``` $ ./eckctl curl https://localhost:9200 ``` ### Delete ECK Cluster ``` $ ./eckctl delete -k kind ```