Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 3.1 KB

yaml.md

File metadata and controls

59 lines (50 loc) · 3.1 KB

Bookmarks tagged [yaml]

https://github.com/kubernetes/kompose

Go from Docker Compose to Kubernetes. Contribute to kubernetes/kompose development by creating an account on GitHub.


https://github.com/ksonnet/ksonnet-lib

Codegen for Kubernetes-API-compatible Jsonnet libraries - ksonnet/ksonnet-lib


https://github.com/bitnami-labs/kube-libsonnet/blob/master/kube.libsonnet

Generic library of Kubernetes objects for Jsonnet/Kubecfg with object to array mapping for painless overrides.


https://github.com/errordeveloper/kubegen

kubegen – simple way to describe Kubernetes resources in a structured way, but without new syntax or magic - errordeveloper/kubegen


https://github.com/garethr/kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions - instrumenta/kubeval


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

Deploy a Docker container to Kubernetes using YAML files. Nice explanation of attributes and what is their purpose.

  • 📆 published on: 2018-09-08
  • tags: docker, yaml

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

In this tutorial, you'll learn the basics of writing YAML syntax

  • 📆 published on: 2017-09-26
  • tags: yaml

http://pyyaml.org/

YAML implementations for Python.