Skip to content

clk-project/clk_extension_k8s

Repository files navigation

README

Discussions

Installation

Either:

  1. install clk-project and the extension with
    curl -sSL https://clk-project.org/install.sh | env CLK_EXTENSIONS=k8s bash
        
  2. if you already have clk, you can simply install this extension with
    clk extension install k8s
        

Usage

clk k8s flow

Now, you have a local cluster running and ready to be used. It is that simple.

tilt extensions

This extension also provides some tilt functions. To use them, load the extension, like this
config.define_string("clk-k8s-local-path")
cfg = config.parse()

v1alpha1.extension_repo(
    name='clk-k8s',
    url=cfg.get(
        'clk-k8s-local-path',
        'https://github.com/clk-project/clk_extension_k8s',
    ),
)
v1alpha1.extension(
    name='clk-helpers',
    repo_name='clk-k8s',
    repo_path='tilt-extensions/helpers',
)
load('ext://clk-helpers', 'update_helm_chart')

About

A clk extension to play with kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published