当前位置:网站首页>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
边栏推荐
- Copy攻城狮的年度之“战”|回顾2020
- Deep Adversarial Decomposition: A Unified Framework for Separating Superimposed Images
- TensorFlow2 study notes: 7. Optimizer
- 详解近端策略优化
- Dictionary feature extraction, text feature extraction.
- The pipeline mechanism in sklearn
- 【CV-Learning】卷积神经网络
- [Deep Learning 21 Days Learning Challenge] 2. Complex sample classification and recognition - convolutional neural network (CNN) clothing image classification
- Androd Day02
- 机器学习——分类问题对于文字标签的处理(特征工程)
猜你喜欢
Logistic Regression --- Introduction, API Introduction, Case: Cancer Classification Prediction, Classification Evaluation, and ROC Curve and AUC Metrics
【深度学习日记】第一天:Hello world,Hello CNN MNIST
Copy Siege Lions "sticky" to AI couplets
0, deep learning 21 days learning challenge 】 【 set up learning environment
Copy Siege Lion 5-minute online experience MindIR format model generation
Halcon缺陷检测
【论文阅读】TransReID: Transformer-based Object Re-Identification
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio
动手学深度学习__数据操作
随机推荐
AIDL communication between two APPs
【论文阅读】TransReID: Transformer-based Object Re-Identification
Postgresql snapshot
动手学深度学习__张量
深度学习理论——过拟合、欠拟合、正则化、优化器
【CV-Learning】Convolutional Neural Network
lstm pipeline 过程理解(输入输出)
Androd Day02
图像合并水平拼接
The pipeline mechanism in sklearn
关于DG(域泛化)领域的PCL方法的代码实例
Lee‘s way of Deep Learning 深度学习笔记
双向LSTM
tensorRT5.15 使用中的注意点
Comparison of oracle's number and postgresql's numeric
机器学习——分类问题对于文字标签的处理(特征工程)
投稿相关
图像形变(插值方法)
PostgreSQL schema (Schema)
AWS uses EC2 to reduce the training cost of DeepRacer: DeepRacer-for-cloud practical operation