当前位置:网站首页>Install Minikube Cluster in AWS-EC2
Install Minikube Cluster in AWS-EC2
2022-08-04 06:20:00 【finger sword】
在AWS-EC2中安装Minikube集群
一、启动EC2实例(Ubantu)
进入ec2控制台:
1.Select the instance image
这里选择Ubuntu 18.04镜像
2.选择实例类型

3.添加存储(最低10GiB)

4.添加标签(可选)

5.添加安全组(Open ports as needed)

6.Verify and launch the instance
Select a key pair or create a new key pair as required
7.查看实例

二、登录到实例
1.打开SecureCRT

2.导入密钥


3.连接实例

三、安装kubectl(Ubuntu用户非root)
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

四、安装Docker(ubuntu用户)
sudo apt-get update && sudo apt-get install docker.io -y

五、安装并查看MiniKube
1.安装conntrack(root 用户)
sudo -i
apt install conntrack

2.安装minikube
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

六、启动miniKubeand check the condition(root 用户)
minikube start --vm-driver=none
minikube status


边栏推荐
- Attention Is All You Need(Transformer)
- Install dlib step pit record, error: WARNING: pip is configured with locations that require TLS/SSL
- WARNING: sql version 9.2, server version 11.0. Some psql features might not work.
- TensorRT 5 初步认识
- Introduction of linear regression 01 - API use cases
- TensorFlow2 study notes: 6. Overfitting and underfitting, and their mitigation solutions
- Thoroughly understand box plot analysis
- MFC 打开与保存点云PCD文件
- PCL窗口操作
- Deep Learning Theory - Initialization, Parameter Adjustment
猜你喜欢

Golang环境变量设置(二)--GOMODULE&GOPROXY

【论文阅读】TransReID: Transformer-based Object Re-Identification

TensorFlow2 study notes: 5. Common activation functions

Polynomial Regression (PolynomialFeatures)

度量学习(Metric learning)—— 基于分类损失函数(softmax、交叉熵、cosface、arcface)

MNIST手写数字识别 —— 从零构建感知机实现二分类

Android connects to mysql database using okhttp

强化学习中,Q-Learning与Sarsa的差别有多大?

深度学习理论 —— 初始化、参数调节

MNIST手写数字识别 —— 图像分析法实现二分类
随机推荐
Introduction to Convolutional Neural Networks
光条提取中的连通域筛除
Deep Learning Theory - Initialization, Parameter Adjustment
No matching function for call to ‘RCTBridgeModuleNameForClass‘
MNIST handwritten digit recognition, sorted by from two to ten
[Deep Learning 21 Days Learning Challenge] Memo: What does our neural network model look like? - detailed explanation of model.summary()
ConnectionRefusedError: [Errno 111] Connection refused问题解决
"A minute" Copy siege lion log 】 【 run MindSpore LeNet model
postgres recursive query
Dictionary feature extraction, text feature extraction.
【深度学习日记】第一天:Hello world,Hello CNN MNIST
Lee‘s way of Deep Learning 深度学习笔记
【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
审稿意见回复
Comparison of oracle's number and postgresql's numeric
【论文阅读】SPANET: SPATIAL PYRAMID ATTENTION NETWORK FOR ENHANCED IMAGE RECOGNITION
代码庆端午--粽你心意
深度学习,“粮草”先行--浅谈数据集获取之道
lstm pipeline 过程理解(输入输出)
打金?工作室?账号被封?游戏灰黑产离我们有多近