- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 158字
- 2021-06-10 19:47:00
CLI setup
Let's try setting up the cluster on AWS. As a prerequisite, we need to have the AWS CLI installed and configured for our account. The AWS CLI installation and configuration documentation can be found at the following links:
- Installation documentation: http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os
- Configuration documentation: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
You'll also need to configure your credentials as recommended by AWS (refer to https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials) in order to use kops. To get started, you'll need to first install the CLI tool (refer to https://github.com/kubernetes/kops/blob/master/docs/install.md). If you're running on Linux, you can install the tools as follows:
curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-darwin-amd64
chmod +x ./kops
sudo mv ./kops /usr/local/bin/
If you're installing this for macOS, you can use brew update && brew install kops from the command-line Terminal. As a reminder, you'll need kubectl installed if you haven't already! Check the instructions in the preceding links to confirm the installation.
- Practical Ansible 2
- Deep Learning Quick Reference
- 高性能混合信號ARM:ADuC7xxx原理與應(yīng)用開發(fā)
- Embedded Programming with Modern C++ Cookbook
- CompTIA Network+ Certification Guide
- 現(xiàn)代傳感技術(shù)
- 悟透AutoCAD 2009完全自學(xué)手冊
- Nginx高性能Web服務(wù)器詳解
- OpenStack Cloud Computing Cookbook
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢
- 云計(jì)算和大數(shù)據(jù)的應(yīng)用
- 人工智能:智能人機(jī)交互
- 機(jī)器學(xué)習(xí)案例分析(基于Python語言)
- PyTorch深度學(xué)習(xí)
- Flash CS5二維動畫設(shè)計(jì)與制作