https://github.com/wise2c-devops/install-elastic-cloud-on-k8s
Install ECK (elastic cloud on k8s) offline
https://github.com/wise2c-devops/install-elastic-cloud-on-k8s
Last synced: 10 months ago
JSON representation
Install ECK (elastic cloud on k8s) offline
- Host: GitHub
- URL: https://github.com/wise2c-devops/install-elastic-cloud-on-k8s
- Owner: wise2c-devops
- Created: 2019-12-11T00:38:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T02:01:25.000Z (over 6 years ago)
- Last Synced: 2025-06-03T02:30:13.843Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install ECK (Elastic Cloud on Kubernetes) offline
**1. Fetch installation packages and images**
Execute the command as below on the server which can access internet.
```
bash init.sh
```
**2. Install ECK (Elastic Cloud on Kubernetes) offline**
(1) Copy the whole folder "install-elastic-cloud-on-k8s" to a K8s node with kubectl command.
(2) Modify the harbor address in the file "components.txt"
(3) Execute below commands:
```
cd install-elastic-cloud-on-k8s
bash deploy.sh
```
If you want to change the nodeport for 2 services (Elasticsearch, Kibana), please update the files in template folder.
**3. Remove Elastic Cloud on Kubernetes**
Execute the command as below on the K8s node:
```
bash remove.sh
```