新增流水线脚本

This commit is contained in:
dxin
2025-12-11 11:11:33 +08:00
parent b88aa2803d
commit 841296f02c
19 changed files with 3577 additions and 10 deletions

View 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