Kubernetes operator for arkLB
Operator-Ark is a Kubernetes operator designed to manage the deployment and configuration of Project Ark using Helm charts. This operator simplifies the process of deploying and managing Project Ark on Kubernetes clusters.
Here are the following steps to run the operator in your kubernetes cluster
- Install necessary dependencies: make, operator-sdk, helm
- Run the following command
make install run- Then run the following command in other terminal
make deployAfter some time, the operator is deployed in your cluster 4. To check if the operator is deployed and works properly, run the kubectl command
kubectl apply -f config/samples/charts_v1alpha1_arklb.yamlYou'd see that two pods would be deployed together in the cluster
Run the following commands
kubectl delete -f config/samples/charts_v1alpha1_arklb.yaml
make undeploy