/local-horusec-cluster

A fully functional local Kubernetes cluster to develop and test your Horusec cluster offline!

Primary LanguageHCLApache License 2.0Apache-2.0

local-horusec-cluster

A fully functional local Kubernetes cluster to develop and test your Horusec cluster offline!

Requirements

  • Docker
  • Terraform

NOTE: This installation does not require kubectl, but you will not be able to perform some of the examples in our docs without it. To install kubectl check the installation docs.

Running

Creating a Kubernetes cluster with a Horusec installation is as simple as:

make up

Deleting is equally simple:

make down