1.3.0 • Published 4 years ago

@nicodoggie/devctl-plugin-kind v1.3.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

devctl-plugin-kind

A plugin for SplitmediaLabs' monorepo developer devctl toolkit that deploys services into a kubernetes kind developer cluster, instead of using docker-compose.

Prerequisites

Since the devctl kind:init commands haven't been updated yet, you'll have to install all of the dependencies yourself. This may change the future.

How to use

Install devctl if you haven't yet. Some changes in my forked version have yet to be pulled into the SML one:

yarn global add @nicodoggie/devctl

Install @nicodoggie/devctl-plugin-kind like this:

yarn global add devctl-plugin-kind@npm:@nicodoggie/devctl-plugin-kind

Currently, the init command is incomplete, and examples aren't up yet. I'll rectify that in a future commit.