Published on 00/00/0000
Last updated on 00/00/0000
Published on 00/00/0000
Last updated on 00/00/0000
Share
Share
PRODUCT
4 min read
Share
Note that Pipeline supports provisioning Kubernetes clusters on bare metal, VMware, Alibaba, Amazon, Azure, and Google cloud using either cloud provider-managed K8s, or our own CNCF-certified Kubernetes distribution, PKE
If you'd like to read more about our new integrated cluster services, please check out our Introducing the DNS integrated service for Pipeline clusters blog post.
banzai cluster import --kubeconfig=mykubeconfig.yaml --name=mycluster
You can also extract the Kubeconfig from your current kubectl context. Simply run banzai cluster import --magic
for this.
Wait, that's it? Yes, because your cluster will be brought under the management of Pipeline. At this point you can add all the integrated cluster services we've introduced so far through the UI, CLI or API. These are services like federated monitoring, centralized log collection, Vault based security, DNS management, service meshes, disaster recovery, security scans and lots more.
You can check the import's status with banzai cluster get mycluster
.
Once the cluster is ready, you can use the Banzai shell. banzai cluster shell
executes a shell within the context of a selected cluster. If you type a command in the open shell, or pass it as arguments, it will be executed in a prepared environment. For example, you can list the nodes of the cluster using the original kubectl command:
banzai cluster import --kubeconfig=mykubeconfig.yaml --name=mycluster
banzai cluster service monitoring activate
and complete the interactive wizard, or specify the options in a file or on standard input:
banzai cluster service monitoring activate --file - <<EOF {
"prometheus": { "enabled": true, "storage": { "size": 1000,
"retention": "10d" } }, "exporters": { "enabled": true,
"nodeExporter": { "enabled": true }, "kubeStateMetrics": {
"enabled": true } } } EOF
banzai cluster service monitoring deactivate
Get emerging insights on innovative technology straight to your inbox.
Discover how AI assistants can revolutionize your business, from automating routine tasks and improving employee productivity to delivering personalized customer experiences and bridging the AI skills gap.
The Shift is Outshift’s exclusive newsletter.
The latest news and updates on generative AI, quantum computing, and other groundbreaking innovations shaping the future of technology.