1 / 24

In a Repeatable Way on Kubernetes

Deploying your Applications. In a Repeatable Way on Kubernetes. Kubernetes Master Class. Chris Kim Field Engineer @Oats871. Matthew Scheer Marketing Manager     @ matthew_scheer. #RancherK8s. Rancher Master Class Series: Trying to keep this to 40-45 minutes

vanthony
Télécharger la présentation

In a Repeatable Way on Kubernetes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Deploying your Applications In a Repeatable Way on Kubernetes Kubernetes Master Class

  2. Chris Kim Field Engineer @Oats871 Matthew Scheer Marketing Manager     @matthew_scheer #RancherK8s

  3. Rancher Master Class Series: Trying to keep this to 40-45 minutes Questions are always welcome Use the questions tab to write your questions We may respond to all, so mark your question as private if needed. #Rancherk8s

  4. This session is being recorded! http://youtube.com/c/rancher #Rancherk8s

  5. Join the conversation on Slack http://slack.rancher.io #masterclass #RancherK8s

  6. Upcoming Classes http://rancher.com/kubernetes-master-class/ #RancherK8s

  7. Deploying your Applications In a Repeatable Way on Kubernetes

  8. Key Topics • Introduction to Helm • Helm vs. Rancher 2 Catalog • Creating your own Helm/Catalog Repository • Creating a questions.yml for Custom Catalog Apps • Managing the Lifecycle of your Applications

  9. Introduction to Helm • Helm is a package manager for Kubernetes • Allows you to package your application using a Chart • Charts allow you to templatize the Kubernetes manifests required to make your application work • Does not eliminate CI/CD Pipelines • More information can be found at https://helm.sh/docs/

  10. Helm vs. Rancher 2 Catalog • Rancher 2 Catalogs provide a user interface to interact with Helm Charts • Rancher provides a curated Catalog library • Custom repositories can also be added, whether Git or Helm based

  11. Catalog App Browser Interface

  12. Helm vs. Rancher 2 Catalog • With a little bit of metadata, you can make your charts interactive • This means adding a question/answer interface • This allows for point-and-click deployments of Helm charts

  13. EFK Catalog App

  14. EFK Catalog App

  15. Demo of Wordpress Catalog App • I will demo using the Wordpress Catalog App to install Wordpress

  16. Creating your own Helm/Catalog Repository • As mentioned earlier, Rancher allows you to add your own “custom” Catalog repository

  17. Creating your own Helm/Catalog Repository • Conveniently, Rancher provides a Chart Museum chart • It’s important to set the ”Absolute URL for tgzs in index.yaml”

  18. Demo of Catalog Repository • Create Chart Museum • Add Chart to Chart Museum • Add Custom Repo to Rancher

  19. Creating a questions.yml • Rancher Catalogs are powered by two additional metadata files • questions.yml • app-readme.md • Detailed documentation on these can be found here: https://rancher.com/docs/rancher/v2.x/en/catalog/custom/creating/

  20. Inspecting the Submariner questions.yml • We will take a quick look at the submariner questions.yml file

  21. Managing the Lifecycle of your Application • Helm stores application configuration as a configmap • Because of this, Helm conveniently has a “rollback” capability • Regardless, thinking forward, as you release new versions of your app and have Rancher refresh your catalog, you can perform “upgrades” • These are very similar to a helm upgrade

  22. Rancher, RancherOS, RKE are in GitHub http://github.com/rancher

  23. https://youtu.be/knvsqzJOIz4

  24. @Rancher_Labs  ·  #Rancherk8s Rancher.com/kubernetes-master-class Rancher.com/training Thank you!

More Related