search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Aws Eks Commands
16 aws-eks entries
Limited to 100 results
aws-eks Operations
Aws Eks Command: Create Cluster
aws eks create-cluster --name <cluster_name> --role-arn <eks_service_role_arn> --resources-vpc-config subnetIds=<subnet_ids>,securityGroupIds=<security_group_ids> aws-eks Operations
Aws Eks Command: Create Eks Cluster
aws eks create-cluster --name <cluster_name> --role-arn <eks_service_role_arn> --resources-vpc-config subnetIds=<subnet_ids>,securityGroupIds=<security_group_ids> aws-eks Operations
Aws Eks Command: Delete Cluster
aws eks delete-cluster --name <cluster_name> aws-eks Operations
Aws Eks Command: Delete Eks Cluster
aws eks delete-cluster --name <cluster_name> aws-eks Operations
Aws Eks Command: Describe Cluster
aws eks describe-cluster --name <cluster_name> aws-eks Operations
Aws Eks Command: Describe Eks Cluster
aws eks describe-cluster --name <cluster_name> aws-eks Operations
Aws Eks Command: Describe Eks Nodegroup
aws eks describe-nodegroup --cluster-name <cluster_name> --nodegroup-name <nodegroup_name> aws-eks Operations
Aws Eks Command: Describe Nodegroup
aws eks describe-nodegroup --cluster-name <cluster_name> --nodegroup-name <nodegroup_name> aws-eks Operations
Aws Eks Command: Describe Nodegroup Eks Cluster
aws eks describe-nodegroup --cluster-name <cluster_name> --nodegroup-name <nodegroup_name> aws-eks Operations
Aws Eks Command: List Clusters
aws eks list-clusters aws-eks Operations
Aws Eks Command: List Eks Clusters
aws eks list-clusters aws-eks Operations
Aws Eks Command: List Eks Nodegroups
aws eks list-nodegroups --cluster-name <cluster_name> aws-eks Operations
Aws Eks Command: List Nodegroups
aws eks list-nodegroups --cluster-name <cluster_name> aws-eks Operations
Aws Eks Command: List Nodegroups Eks Cluster
aws eks list-nodegroups --cluster-name <cluster_name> aws-eks Operations
Aws Eks Command: Update Kubeconfig
aws eks update-kubeconfig --name <cluster_name> aws-eks Operations
Aws Eks Command: Update Kubeconfig Eks Cluster
aws eks update-kubeconfig --name <cluster_name>