Files
jenkins-pipeline/k8s_yaml/elasticsearch-9.2.2/单节点/步骤.txt
2025-12-11 11:11:33 +08:00

14 lines
332 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

步骤 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