Discover Packages
github.com/togo-framework/deploy-kubernetes
package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 25, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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
Expand ▾
Collapse ▴
Documentation
¶
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.