Skip to content

Instantly share code, notes, and snippets.

@fai555
Last active May 4, 2020 23:58
Show Gist options
  • Select an option

  • Save fai555/17763ad2ba45086919eb3ce79ad9c245 to your computer and use it in GitHub Desktop.

Select an option

Save fai555/17763ad2ba45086919eb3ce79ad9c245 to your computer and use it in GitHub Desktop.
# 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