Files
jenkins-pipeline/k8s_yaml/elasticsearch-9.2.2/单节点/步骤.txt

14 lines
332 B
Plaintext
Raw Normal View History

2025-12-11 11:11:33 +08:00
步骤 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