K8S安装部署开放服务entryPoints: - web routes: - match: Host(`traefik-dashboard.xxx.com`) kind: Rule services: - name: traefik port: 8080 kubectl apply -f 6-dashboard entryPoints: - websecure routes: - match: Host(`k8s-dashboard.xxx.com`) kind: Rule services: - name: kubernetes-dashboard port: 443 tls: secretName: k8s-dashboard-tls entryPoints: - websecure routes: - match: Host(`ceph-dashboard.xxx.com `) kind: Rule services: - name: rook-ceph-mgr-dashboard port: 8443 tls: secretName: ceph-dashboard-tls0 码力 | 54 页 | 1.23 MB | 1 年前3
Kubernetes开源书 - 周立rewrite 。 7-9⾏ :Ingress spec 有配置负载均衡器或代理服务器所需的所有信息。 最重要的是,它包含了⼀个匹配所有⼊站请求 的rule列表。 ⽬前,Ingress资源只⽀持http rule。 10-11⾏ :每个http rule包含以下信息:host(例如:foo.bar.com,本例中默认为*);path列表(例如:/ testpath), 每个path都有关联的backend(⽐如test:80)。 Single Service Ingress 现有的Kubernetes概念允许您暴露单个Service(请参阅 alternatives ),但是您也可通过Ingress来暴露,通过指定不 带rule的默认backend来实现。 apiVersion: extensions/v1beta1 kind: Ingress metadata: 27-Ingress Resources 125 NAME RULE BACKEND ADDRESS test-ingress - testsvc:80 107.178.254.228 其中, 107.178.254.228 是由Ingress Controller为此Ingress分配的IP。 RULE 列显示发送到IP的所有流量都被转发到在0 码力 | 135 页 | 21.02 MB | 1 年前3
k8s操作手册 2.3★最好是允许整个k8s的node网段以及pod网段入站 # firewall-cmd --add-rich-rule='rule family="ipv4" source address="10.99.1.0/24" accept' # firewall-cmd --add-rich-rule='rule family="ipv4" source address="10.244.0.0/16" accept'0 码力 | 126 页 | 4.33 MB | 1 年前3
腾讯云 Kubernetes 高性能网络技术揭秘——使用 eBPF 增强 IPVS 优化 K8s 网络性能-范建明优势 iptables mode 不足之处 • 控制平面的时间复杂度是O(N^2), 当service达到上千时,修改rule耗时超过半小时。 • 数据平面的时间复杂度是O(N) • 调度算法比较少,仅仅支持random的 • iptables rule 不容易调试 IPVS mode • 使用hashtable 管理service • IPVS 仅仅提供了DNAT,还需要借用0 码力 | 27 页 | 1.19 MB | 9 月前3
Amazon Elastic Kubernetes Service (EKS) 初探秘Kubernetes API Server ALB Ingress Controller Node HTTP Listener HTTPS Listener Rule: /cheeses Rule: /charcuterie TargetGroup: Green (IP Mode) TargetGroup: Blue (Instance Mode) NodePort0 码力 | 39 页 | 1.83 MB | 1 年前3
多租户Kubernetes VM Solutions for Multi-Tenant Applicationsanother approach to enhance container isolation gVisor is special Machine-level virtualization Rule-based execution gVisor Technology landscape DEMO0 码力 | 33 页 | 3.34 MB | 1 年前3
Kubernetes & YARN: a hybrid container cloud
������ �������� ����������� ���� ������ ��� ����������� Gartner has long talked about the "80% rule": that 80 percent of IT budgets get spent simply "keeping the lights on” The average data center0 码力 | 42 页 | 25.48 MB | 1 年前3
Apache OpenWhisk + Kubernetes:
A Perfect Match for Your Serverless Platformnew charts, you can search Helm chart repositories. Apache OpenWhisk Source event Trigger Rule Action Result A serverless, open source cloud platform that executes functions in response0 码力 | 24 页 | 3.53 MB | 1 年前3
共 8 条
- 1













