Library Overview
In library-mode, k8s.mk
is used as an include
from your project Makefile (see the installation docs for more details). After including k8s.mk
, you'll have access to a a library of make-targets and macros.
Most of what k8s.mk
offers is in the form of reusable static targets, which you can directly use from the command line, or use as part of normal tasks/prereqs inside your project Makefile.
Module Layout
Here's an overview for how the k8s.mk
library is organized into modules: you can dive into the module or target-level documentation anywhere that looks interesting.
helm.*
targets:- Placeholder
ansible.*
targets:- Placeholder
k8s.*
targets:- Placeholder
kubectl.*
targets:- Placeholder
fission.*
targets:- Placeholder