Last active
May 4, 2020 23:58
-
-
Save fai555/17763ad2ba45086919eb3ce79ad9c245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a namespace with istio sidecar injection inabled | |
| kubectl create -f namespace.yaml | |
| # Install Elasticsearch, Kibana, ApmServer | |
| kubectl create -f eck.yaml | |
| # Install Fluent Bit Service Account | |
| kubectl create -f fluent-bit-service-account.yaml | |
| # Install Fluent Bit Cluster Role | |
| kubectl create -f fluent-bit-role.yaml | |
| # Install Fluent Bit Cluster Role Binding | |
| kubectl create -f fluent-bit-role-binding.yaml | |
| # Install Fluent Bit ConfigMap | |
| kubectl create -f fluent-bit-configmap.yaml | |
| # Install Fluent Bit DaemonSet | |
| kubectl create -f fluent-bit-ds.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment