Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 631 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 631 Bytes

Helpers

A set of scripts and configuration files which helps to simplify local development.

Local development using KinD (Kubernetes in Docker)

Prerequisites

Build

HELM Linter

helm lint chart

Create KinD cluster

kind create cluster --config helpers/ping_kind_config.yaml --image kindest/node:v1.19.1

Install dNation Ping

# Install dNation Ping Helm chart
helm install dnation-ping ./chart -f chart/values.yaml