This repo contains applications that Skaffold should be able
to initialize with an idiomatic and performant skaffold.yaml
config file
by using the skaffold init
command.
There are 5 categories of starting points
- No Dockerfile and No Kubernetes config (
no-docker
) - Dockerfile but No Kubernetes config (
dockerized
) - Dockerfile and Docker Compose (
docker-compose
) - Dockerfile and Helm Chart (
helm
) - Dockerfile and Kustomizations (
kustomize
)
Each of the folders contains subfolders with the application files
as well as a script init.sh
that shows how things were created.