kubectl
but does not assume any pre-existing deployment.
It also assumes that you are familiar with the usual Terraform plan/apply workflow.
For this tutorial, you need to perform the following operations before deploying StreamNative Platform on an EKS cluster:
main.tf
file used for configuring the EKS cluster.
main.tf
file.
yes
. This process should take approximately 15-20 minutes.
helm install
command to deploy a Pulsar cluster.
Option | Description |
---|---|
namespace | The Kubernetes namespace. |
repo | The URL of the StreamNative Platform Pulsar chart. |
values | The URL of the YAML file used for configuring the Pulsar cluster. |
kubeconfig | The URL of the file that is used to configure access to the EKS cluster. |
true
(setting the --set initialize=true
option).terraform destroy
command and confirm with yes
in your terminal.
terraform state rm
command to remove them from the terraform.tfstate
file and then use the terraform destroy
command to remove all resources.