# Kubernetes YAML files for manual deployment

**URL:** https://discuss.ray.io/t/kubernetes-yaml-files-for-manual-deployment/3190
**Category:** Ray Clusters
**Created:** [August 10, 2021, 2:31pm UTC](https://discuss.ray.io/t/kubernetes-yaml-files-for-manual-deployment/3190 "2021-08-10T14:31:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![snackbar](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ray.io/snackbar/32/1385_2.png) [@snackbar](https://discuss.ray.io/u/snackbar)
#### Post date: [August 10, 2021, 2:31pm UTC](https://discuss.ray.io/t/kubernetes-yaml-files-for-manual-deployment/3190/1 "2021-08-10T14:31:05Z")

</div>

My team doesn’t use Helm with Kubernetes, so I wasn’t able to install via the recommended path listed here: [Deploying on Kubernetes — Ray v2.0.0.dev0](https://docs.ray.io/en/master/cluster/kubernetes.html#installing-the-ray-operator-with-helm)

I was able to use the example YAML file here with the ‘ray up’ command to deploy a cluster:

> <https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/kubernetes/example-full.yaml>

However, I’m looking for the actual Kubernetes YAML file that the ray command deployed to my cluster (as that YAML file itself isn’t a valid Kubernetes YAML file). Where can I find that? I’m aiming to incorporate that into our build process.

Thank you
