Skip to content

Latest commit

 

History

History
95 lines (80 loc) · 6.46 KB

kubernetes-helm.md

File metadata and controls

95 lines (80 loc) · 6.46 KB

Bookmarks tagged [kubernetes-helm]

https://www.youtube.com/watch?v=ahMIBxufNR0

This talk will introduce Kustomize, a declarative application management system, that allows deployments to be described as template free YAML. It's approach will be contrasted with DSLs and template ...


https://www.youtube.com/watch?v=pRG47EQ5OAg

This presentation by Marc Campbell, CTO and Founder of Replicated, is from the Kubernetes, Kustomize & Ship Meetup in SF - ship video reference


https://helm.sh/docs/chart_template_guide/

This guide provides an introduction to Helm’s chart templates, with emphasis on the template language.


https://docs.bitnami.com/kubernetes/how-to/create-your-first-helm-chart/

This guide walks you through the process of creating your first ever chart, explaining what goes inside these packages and the tools you use to develop them. By the end of it you should have an unders...


https://www.youtube.com/watch?v=vQX5nokoqrQ

Learn the basics of Kubernetes from the perspective of creating a Helm Chart from scratch! Really nice explanation for beginners.


https://github.com/codecentric/helm-charts/tree/master/charts/keycloak

This chart bootstraps a Keycloak StatefulSet on a Kubernetes cluster using the Helm package manager. It provisions a fully featured Keycloak installation.


https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948/...

TL;DR Draft

  • deploy code to k8s cluster (automates build-push-deploy)
  • deploy code in draft-pack supported languages without writing dockerfile or k8s manifests
  • needs draft cli, helm cli, t...

https://draft.sh/

Draft is a tool for developers to create cloud-native applications on Kubernetes.


https://www.youtube.com/watch?v=TXZBuBQpm-Q

Kubernetes is has become a very popular platform for running and managing your application in Docker containers. However, the basis Kubernetes YAML files are a bit cumbersome to work with. Helm is a t...


https://github.com/helm/charts

Curated applications for Kubernetes.


https://helm.sh/

Helm - The Kubernetes Package Manager.

Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.

Charts are easy...


https://github.com/aws-samples/kubernetes-for-java-developers

A Day in Java Developer’s Life, with a taste of Kubernetes - aws-samples/kubernetes-for-java-developers. sample. example.