https://github.com/codelibs/eckctl
ECK Utility
https://github.com/codelibs/eckctl
Last synced: 3 months ago
JSON representation
ECK Utility
- Host: GitHub
- URL: https://github.com/codelibs/eckctl
- Owner: codelibs
- License: apache-2.0
- Created: 2021-01-08T02:04:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T13:07:25.000Z (about 3 years ago)
- Last Synced: 2025-01-28T10:36:54.939Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```