How do i install linux kubectl for aws eks - aws kubernetes?



  • Kubectl tool is required to communicate with the Kubernetes API server.

    Install kubectl tool.

    $ curl -o kubectl https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/bin/linux/amd64/kubectl
    $ chmod +x kubectl
    $ cp kubectl $HOME/bin
    $ PATH=$PATH:$HOME/bin
    

    For convenience you can add the PATH to your shell profile, /home/use/.bashrc


Log in to reply
 

© Lightnetics 2024