sdm admin clusters add

Last modified on October 23, 2024

NAME:
   sdm admin clusters add - add one or more clusters

USAGE:
   sdm admin clusters add command [command options] [arguments...]

COMMANDS:
   aks                                                                                  create AKS cluster
   aks-service, aksservice                                                              create AKS (Service Account) cluster
   aks-service-ui, aksserviceui                                                         create AKS (Service Account - User Impersonation) cluster
   aks-ui                                                                               create AKS (User Impersonation) cluster
   amazon-eks, amazoneks, eks                                                           create Elastic Kubernetes Service cluster
   amazon-eks-instance-profile, amazoneksinstanceprofile, eks-instance-profile          create Elastic Kubernetes Service (instance profile) cluster
   amazon-eks-instance-profile-ui, amazoneksinstanceprofileui, eks-instance-profile-ui  create Elastic Kubernetes Service (instance profile - User Impersonation) cluster
   amazon-eks-ui, amazoneksui, eksui                                                    create Elastic Kubernetes Service (User Impersonation) cluster
   gke                                                                                  create Google Kubernetes Engine cluster
   gke-ui                                                                               create Google Kubernetes Engine (User Impersonation) cluster
   k8s, kubernetes                                                                      create Kubernetes cluster
   k8s-service, k8sservice                                                              create Kubernetes (Service Account) cluster
   k8s-service-ui, k8sserviceui                                                         create Kubernetes (Service Account - User Impersonation) cluster
   k8s-ui, kubernetesui                                                                 create Kubernetes (User Impersonation) cluster

OPTIONS:
   --file value, -f value  load from a JSON file
   --stdin, -i             load from stdin
   --timeout value         set time limit for command
   --help, -h              show help

aks

NAME:
   sdm admin clusters add aks - create AKS cluster

USAGE:
   sdm admin clusters add aks [command options] <name>

OPTIONS:
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --certificate-authority value                (secret)
   --client-certificate value                   (secret)
   --client-key value                           (secret)
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                             (required)
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port value                                 (required) (default: 443)
   --port-override value                        port profile override (default: -1)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

aks-service

NAME:
   sdm admin clusters add aks-service - create AKS (Service Account) cluster

USAGE:
   sdm admin clusters add aks-service [command options] <name>

OPTIONS:
   --api-token value                            (required, secret)
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                             (required)
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port value                                 (required) (default: 443)
   --port-override value                        port profile override (default: -1)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

aks-service-ui

NAME:
   sdm admin clusters add aks-service-ui - create AKS (Service Account - User Impersonation) cluster

USAGE:
   sdm admin clusters add aks-service-ui [command options] <name>

OPTIONS:
   --api-token value                (required, secret)
   --bind-interface value           bind interface (default: "127.0.0.1")
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                 (required)
   --port value                     (required) (default: 443)
   --port-override value            port profile override (default: -1)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

aks-ui

NAME:
   sdm admin clusters add aks-ui - create AKS (User Impersonation) cluster

USAGE:
   sdm admin clusters add aks-ui [command options] <name>

OPTIONS:
   --bind-interface value           bind interface (default: "127.0.0.1")
   --certificate-authority value    (secret)
   --client-certificate value       (secret)
   --client-key value               (secret)
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                 (required)
   --port value                     (required) (default: 443)
   --port-override value            port profile override (default: -1)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

amazon-eks

NAME:
   sdm admin clusters add amazon-eks - create Elastic Kubernetes Service cluster

USAGE:
   sdm admin clusters add amazon-eks [command options] <name>

OPTIONS:
   --access-key-id value                        (required, secret)
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --certificate-authority value                (secret)
   --cluster-name value                         (required)
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                             (required)
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port-override value                        port profile override (default: -1)
   --region value                               (required)
   --role-arn value                             (secret)
   --role-external-id value                     (secret)
   --secret-access-key value                    (required, secret)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

amazon-eks-instance-profile

NAME:
   sdm admin clusters add amazon-eks-instance-profile - create Elastic Kubernetes Service (instance profile) cluster

USAGE:
   sdm admin clusters add amazon-eks-instance-profile [command options] <name>

OPTIONS:
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --certificate-authority value                (secret)
   --cluster-name value                         (required)
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                             (required)
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port-override value                        port profile override (default: -1)
   --region value                               (required)
   --role-arn value                             (secret)
   --role-external-id value                     (secret)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

amazon-eks-instance-profile-ui

NAME:
   sdm admin clusters add amazon-eks-instance-profile-ui - create Elastic Kubernetes Service (instance profile - User Impersonation) cluster

USAGE:
   sdm admin clusters add amazon-eks-instance-profile-ui [command options] <name>

OPTIONS:
   --bind-interface value           bind interface (default: "127.0.0.1")
   --certificate-authority value    (secret)
   --cluster-name value             (required)
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                 (required)
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --port-override value            port profile override (default: -1)
   --region value                   (required)
   --role-arn value                 (secret)
   --role-external-id value         (secret)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

amazon-eks-ui

NAME:
   sdm admin clusters add amazon-eks-ui - create Elastic Kubernetes Service (User Impersonation) cluster

USAGE:
   sdm admin clusters add amazon-eks-ui [command options] <name>

OPTIONS:
   --access-key-id value            (required, secret)
   --bind-interface value           bind interface (default: "127.0.0.1")
   --certificate-authority value    (secret)
   --cluster-name value             (required)
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                 (required)
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --port-override value            port profile override (default: -1)
   --region value                   (required)
   --role-arn value                 (secret)
   --role-external-id value         (secret)
   --secret-access-key value        (required, secret)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

gke

NAME:
   sdm admin clusters add gke - create Google Kubernetes Engine cluster

USAGE:
   sdm admin clusters add gke [command options] <name>

OPTIONS:
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --certificate-authority value                (secret)
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                             (required)
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port-override value                        port profile override (default: -1)
   --secret-store-id value                      secret store id
   --service-account-key value                  (required, secret)
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

gke-ui

NAME:
   sdm admin clusters add gke-ui - create Google Kubernetes Engine (User Impersonation) cluster

USAGE:
   sdm admin clusters add gke-ui [command options] <name>

OPTIONS:
   --bind-interface value           bind interface (default: "127.0.0.1")
   --certificate-authority value    (secret)
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                 (required)
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --port-override value            port profile override (default: -1)
   --secret-store-id value          secret store id
   --service-account-key value      (required, secret)
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

kubernetes

NAME:
   sdm admin clusters add k8s - create Kubernetes cluster

USAGE:
   sdm admin clusters add k8s [command options] <name>

OPTIONS:
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --certificate-authority value                (secret)
   --client-certificate value                   (secret)
   --client-key value                           (secret)
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                             (required)
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port value                                 (required) (default: 443)
   --port-override value                        port profile override (default: -1)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

k8s-service

NAME:
   sdm admin clusters add k8s-service - create Kubernetes (Service Account) cluster

USAGE:
   sdm admin clusters add k8s-service [command options] <name>

OPTIONS:
   --api-token value                            (required, secret)
   --bind-interface value                       bind interface (default: "127.0.0.1")
   --egress-filter value                        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default              This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                             (required)
   --identity-alias-healthcheck-username value  (conditional)
   --identity-set-id value                      
   --identity-set-name value                    set the identity set by name
   --port value                                 (required) (default: 443)
   --port-override value                        port profile override (default: -1)
   --secret-store-id value                      secret store id
   --subdomain value                            This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                                 tags e.g. 'key=value,...'
   --template, -t                               display a JSON template
   --timeout value                              set time limit for command

k8s-service-ui

NAME:
   sdm admin clusters add k8s-service-ui - create Kubernetes (Service Account - User Impersonation) cluster

USAGE:
   sdm admin clusters add k8s-service-ui [command options] <name>

OPTIONS:
   --api-token value                (required, secret)
   --bind-interface value           bind interface (default: "127.0.0.1")
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                 (required)
   --port value                     (required) (default: 443)
   --port-override value            port profile override (default: -1)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command

k8s-ui

NAME:
   sdm admin clusters add k8s-ui - create Kubernetes (User Impersonation) cluster

USAGE:
   sdm admin clusters add k8s-ui [command options] <name>

OPTIONS:
   --bind-interface value           bind interface (default: "127.0.0.1")
   --certificate-authority value    (secret)
   --client-certificate value       (secret)
   --client-key value               (secret)
   --egress-filter value            apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --healthcheck-namespace default  This path will be used to check the health of your connection.  Defaults to default.
   --hostname value                 (required)
   --port value                     (required) (default: 443)
   --port-override value            port profile override (default: -1)
   --secret-store-id value          secret store id
   --subdomain value                This will be used as your local DNS address. (e.g. app-prod1 would turn into app-prod1.<your-org-name>.sdm.network)
   --tags value                     tags e.g. 'key=value,...'
   --template, -t                   display a JSON template
   --timeout value                  set time limit for command
Top