Sha256: 148331838c8e2689cac7a942ab1e0803ce6761a9e172be366f257d770cd1f30c
Contents?: true
Size: 942 Bytes
Versions: 35
Compression:
Stored size: 942 Bytes
Contents
--- title: Generators --- Kubes ships with a few generators to help you get building with Kubernetes quickly. The generated starter YAML should be modified and customized for your needs. ## Examples Here are a few examples: $ kubes new resource ingress create .kubes/resources/web/ingress.yaml $ kubes new resource service_account create .kubes/resources/shared/service_account.yaml $ Use `-h` to see the cli options: kubes new resource -h ## Supported Resources Here's a list of some of the supported resources. backend_config config_map daemon_set deployment ingress job managed_certificate namespace network_policy pod role_binding role secret service_account service Refer to the [source code](https://github.com/boltops-tools/kubes/blob/master/lib/templates/new/resource/yaml) to all the resources that the generator supports.
Version data entries
35 entries across 35 versions & 1 rubygems