A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.hashicorp.com/terraform/enterprise/deploy/manage/access-cli below:

Access the Terraform Enterprise CLI | Terraform

Access the Terraform Enterprise CLI

Terraform Enterprise provides a command line interface that enables you to change its configuration, stop the application safely, and produce support bundles. Refer to CLI reference for information about the commands available.

To connect to the Docker container hosting Terraform Enterprise, execute the following command from the server where Terraform Enterprise is running. If you have named your container something other than terraform-enterprise please replace that with your container name.

$ docker exec -it terraform-enterprise bash

Complete the following steps to connect to the Kubernetes pod hosting Terraform Enterprise:

  1. Authenticate to the Kubernetes cluster by executing the relevant command.

    Authentication command

    $ az aks get-credentials --resource-group <resource-group-name> --name <aks-cluster-name>
    
    $ aws eks --region <region> update-kubeconfig --name <cluster-name>
    
    $ gcloud container clusters get-credentials <gke-cluster-name> --project=<gcp-project>
    
  2. Retrieve the pod name by executing the following command.

    $ kubectl get pods -n <namespace>
    
  3. Execute the following command to remote into the pod.

    $ kubectl exec -n <namespace> -it <pod-name> -- bash 
    

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4