kubernetes

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 8 Imported by: 0

README

togo

togo-framework/deploy-kubernetes

Part of the togo framework.

Install

togo install togo-framework/deploy        # the base
togo install togo-framework/deploy-kubernetes

Kubernetes deploy driver — renders a Deployment + Service (or applies your manifests) and kubectl-applies them to the cluster.

Configure in togo.yaml:

deploy:
  provider: kubernetes
  host: 1.2.3.4
  user: root
  domain: app.example.com

Documentation

Overview

Package kubernetes is a Kubernetes driver for togo deploy. It renders a Deployment + Service (or applies provided manifests) and `kubectl apply`s them to the cluster in KUBECONFIG. Select with DEPLOY_PROVIDER=kubernetes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL