码迷,mamicode.com
首页 > Web开发 > 详细

Kubernetes学习之路(十五)之Ingress和Ingress Controller

时间:2018-09-26 14:54:59      阅读:398      评论:0      收藏:0      [点我收藏+]

标签:root   github   http   ken   ast   space   efault   backend   dep   

1、部署Ingress controller

(1)下载ingress相关的yaml

[root@k8s-master ~]# mkdir ingress-nginx
[root@k8s-master ~]# cd ingress-nginx/
[root@k8s-master ingress-nginx]# ll
total 0
[root@k8s-master ingress-nginx]# for file in namespace.yaml configmap.yaml rbac.yaml tcp-services-configmap.yaml with-rbac.yaml udp-services-configmap.yaml default-backend.yaml;do wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/$file;done

2、部署后端服务

Kubernetes学习之路(十五)之Ingress和Ingress Controller

标签:root   github   http   ken   ast   space   efault   backend   dep   

原文地址:https://www.cnblogs.com/linuxk/p/9706720.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!