新增流水线脚本
This commit is contained in:
14
k8s_yaml/elasticsearch-9.2.2/单节点/步骤.txt
Normal file
14
k8s_yaml/elasticsearch-9.2.2/单节点/步骤.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
步骤 1:创建 Namespace
|
||||
kubectl create ns es-test
|
||||
|
||||
步骤 2:创建 Elasticsearch 集群
|
||||
kubectl apply -f es-cluster.yaml -n es-test
|
||||
|
||||
步骤 3:创建 Kibana
|
||||
kubectl apply -f kibana.yaml -n es-test
|
||||
|
||||
步骤 4:创建 Logstash
|
||||
kubectl apply -f logstash.yaml -n es-test
|
||||
|
||||
步骤 5:创建 Filebeat
|
||||
kubectl apply -f filebeat.yaml
|
||||
Reference in New Issue
Block a user