_nifectl cluster_

About#

Bring your own cluster (BYOC) enables users to connect and manage their preferred cloud infrastructure using Nifectl. This feature empowers flexibility and cost efficiency by integrating external Kubernetes clusters into the Nife ecosystem.

Usage#

nifectl cluster [command]

Available Commands#

  • add – Add your BYOC to Nife
  • delete – Delete BYOC Region

Options#

-h, --help help for cluster

Global Options#

-t, --access-token string Nife API Access Token
-j, --json JSON output

nifectl cluster add#

About#

Add your own cluster region to the Nife platform using a cluster kubeconfig file, allowing you to deploy and manage applications within your existing infrastructure.

Usage#

nifectl cluster add [flags]

Options#

-h, --help help for add

Global Options#

-t, --access-token string Nife API Access Token
-j, --json JSON output

nifectl cluster delete#

About#

This command removes a connected BYOC region from your Nife account. Use it to manage and clean up your cluster integrations securely.

Usage#

nifectl cluster delete [flags]

Options#

-h, --help help for delete

Global Options#

-t, --access-token string Nife API Access Token
-j, --json JSON output

Summary#

The Nifectl cluster command simplifies hybrid and multi-cloud management by supporting BYOC (Bring Your Own Cluster). It gives developers full control to add, manage, and delete external clusters while leveraging the Nife ecosystem’s scalability and cost optimization capabilities.