github.com/m3db/m3@v1.5.0/kube/README.md (about)

     1  # M3DB on Kubernetes
     2  
     3  This doc is aimed at developers building M3DB on Kubernetes. End users should see our
     4  [how-to](https://docs.m3db.io/how_to/kubernetes) guide for more info.
     5  
     6  ## Bundling
     7  
     8  In order to make it possible to set up m3db using a single YAML file that can be passed as a URL to `kubectl apply`, we
     9  bundle our manifests into a single `bundle.yaml` file. In order to create a bundle, simply run `build_bundle.sh`. It
    10  will take care of ordering (i.e. `Namespace` object comes first) and produce a single YAML file.