Skip to the content.

Explore k14s

What is k14s

k14s has been renamed to Carvel.

Carvel tool official website

Lab 1

Install Carvel tool

The official Carvel page has the installation guide: link

brew tap k14s/tap
brew install ytt kbld kapp imgpkg kwt vendir

Create the ytt template and values

Templates

Values

Build the ytt template by using docker

docker build -f Dockerfile -t danielguo/cow-say-template:v1 .
docker push danielguo/cow-say-template:v1

Deploy cow say app

Lab 2

Explore the apply order from kapp: https://github.com/vmware-tanzu/carvel-kapp/blob/develop/docs/apply-ordering.md

References