Home Explore Blog CI



kubernetes

14th chunk of `content/en/blog/_posts/2017-11-00-Kubernetes-Easy-Way.md`
3cbcdd447dcc3f76bd0fdfcd2db9ca258f5a409d18584ba40000000100000869
![](https://lh5.googleusercontent.com/an0aib6sTTqZqhfjMjOGFcWRRcaQSjezjk9XHVxEsLr_6hWi0kslsgQR6D0gP3EiA8D4pON-BhmakaRhpFVCkH16F80jt2-EWAJki4i2u4fYRQSdumiihC5fDjUyOyC9rwm1QilT)  

You can see the option to use a deployment file from your repo, or to use the deployment file that you just generated.   

5. Click **Save**.   

You’re done with deployment automation! Now whenever a change is made, the image will build, test, and deploy. 



## Conclusions
We want to make it easy for every team, not just big enterprise teams, to adopt Kubernetes while preserving all of Kubernetes’ power and flexibility. At any point on the Kubernetes service screen you can switch to YAML to view all of the YAMLfiles generated by the configuration you performed in this walkthrough. You can tweak the file content, copy and paste them into local files, etc.   

This walkthrough gives everyone a solid base to start with. When you’re ready, you can tweak the entities directly to specify the exact configuration you’d like.   

We’d love your feedback! Please share with us on [Twitter](https://twitter.com/codefresh), or [reach out directly](https://codefresh.io/contact-us/).



## Addendums
**Do you have a video to walk me through this?** [You bet](https://www.youtube.com/watch?v=oFwFuUxxFdI&list=PL8mgsmlx4BWV_j_L5oq-q8JdPnlJc3bUv).  

**Does this work with Helm Charts?** Yes! We’re currently piloting Helm Charts with a limited set of users. Ping us if you’d like to try it early.  

**Does this work with any Kubernetes cluster?** It should work with any Kubernetes cluster and is tested for Kubernetes 1.5 forward.   

**Can I deploy Codefresh in my own data center?** Sure, Codefresh is built on top of Kubernetes using Helm Charts. Codefresh cloud is free for open source, and 200 builds/mo. Codefresh on prem is currently for enterprise users only.   

**Won’t the database be wiped every time we update?** Yes, in this case we skipped creating a persistent volume. It’s a bit more work to get the persistent volume configured, if you’d like, [feel free to reach out](https://codefresh.io/contact-us/) and we’re happy to help!

Title: Completing Deployment Automation and Further Information
Summary
After choosing between using a deployment file from the repository or the one just generated, and then saving the settings, the deployment automation is complete. Changes will trigger an image build, test, and deployment process. Codefresh aims to simplify Kubernetes adoption for all teams while maintaining its power and flexibility, allowing users to view and modify YAML files. The document encourages feedback via Twitter or direct contact. Additional information is provided, including a video walkthrough, support for Helm Charts (in pilot), compatibility with Kubernetes clusters, options for deploying Codefresh in a data center, and a note on persistent volumes for the database, with an offer of assistance upon request.