Enclaive Multi Cloud Platform
HomeDocumentationTutorialsTry Cloud
  • Enclaive Multi Cloud Platform
  • Documentation
    • What is EMCP?
    • Why use EMCP?
    • Features
      • Virtual HSM
      • Vault
      • Nitride
      • Buckypaper
      • Dyneemes
      • Morphism
    • Supported Cloud Platforms
  • Tutorials
    • Buckypaper
      • Create a Buckypaper VM
      • Connect with SSH
      • Manage DNS
        • Cloudflare
      • Tag Buckypaper
      • Secure your VM with Firewall
      • Turn on/off Buckypapers
      • Destroy Buckypapers
    • Dyneemes
      • Create clusters
      • Connect to a cluster
      • Setup advanced monitoring
      • Upgrade without data loss
      • Add nodes and node pools
      • Drain and restart nodes
    • Data-in-use encrypting Database
      • Create a database cluster
      • Configure CNAME DNS record
      • Delete Applications
    • Applications
      • Create Nextcloud Hub
      • Configure CNAME DNS record
      • Delete Applications
      • After the installation
    • Billing
      • Add/Update payment method
      • Add/Change address
      • Add/Change VAT
    • Settings
      • Manage Team
        • Create a team
        • Delete a team
        • Invite team members
        • Remove team members
      • Bring your own Subscription
        • Azure
        • AWS
        • Google Cloud Platform
    • Account
      • Registration
      • Login
      • Delete account
  • Developers
    • API
      • Console
        • Auth
          • JWKS
        • Account
          • Need
        • Projects
          • Activity
        • Manage
          • Application
            • DNS
          • Database
          • Kubernetes
          • Virtual Machine
            • Security rule
          • Configurations
            • Location
            • Image
            • Price
            • Size
            • Provider
            • Cloud Provider
          • Attestation
        • vHSM
          • BYOS
          • User Storage
        • Settings
          • Team
          • Invite
        • Billing
          • Settings
          • Invoice
          • Cost
          • Promo - TODO
        • Support
          • Hubspot Files
          • Ticket
      • Admin
        • Auth
        • Accounts
          • Team
            • User
            • Application
            • Virtual machine
            • Database
            • Cluster
            • Resource
        • Quotas
          • Default quota
          • Provider quota
          • Team quota
        • Invoices
  • Resources
    • Blog
    • GitHub
    • Youtube
    • CCx101
Powered by GitBook
On this page

Was this helpful?

  1. Tutorials
  2. Dyneemes

Connect to a cluster

Last updated 1 year ago

Was this helpful?

Seamlessly connect to your Kubernetes cluster with these quick steps! Choose the cluster on the Project page, download the cluster configuration with a simple click, and now you're ready to run kubectl commands using the provided configuration. Enhance your cluster management effortlessly with this straightforward process.

  1. Select the cluster that you want to configure on the Project page. Download cluster config by clicking on the button.

  1. Now you can run kubectl with the configuration.

$ kubectl --kubeconfig=k8s-development-1_kubeconfig.txt get po -A
NAMESPACE     NAME                                                              READY   STATUS    RESTARTS   AGE
kube-system   coredns-5dd5756b68-nv4ht                                          0/1     Pending   0          6m55s
kube-system   coredns-5dd5756b68-vfwqs                                          0/1     Pending   0          6m55s
kube-system   etcd-master-node.k8s657f0b4560e640021d6963f3                      1/1     Running   0          7m2s
kube-system   kube-apiserver-master-node.k8s657f0b4560e640021d6963f3            1/1     Running   0          7m4s
kube-system   kube-controller-manager-master-node.k8s657f0b4560e640021d6963f3   1/1     Running   0          7m1s
kube-system   kube-proxy-w8m4p                                                  1/1     Running   0          6m56s
kube-system   kube-proxy-wk6tp                                                  1/1     Running   0          6m38s
kube-system   kube-scheduler-master-node.k8s657f0b4560e640021d6963f3            1/1     Running   0          7m3s