K8S
文章平均质量分 65
一个java开发
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
K8S==ingress配置自签名证书
【代码】K8S==ingress配置自签名证书。原创 2024-06-05 22:10:13 · 760 阅读 · 0 评论 -
K8S==ingress简单搭建和使用
Ingress通常配合Ingress Controller一起使用,Ingress Controller负责实际的请求转发,而Ingress对象定义了转发规则。在Kubernetes中,Nginx通常用作Ingress Controller的一部分,负责实际处理Ingress规则定义的请求转发、路由、负载均衡等任务。在Kubernetes中,你可以选择其他Ingress Controller,比如Traefik、HAProxy等,根据你的需求和偏好来进行选择。原创 2024-06-04 22:07:32 · 1249 阅读 · 0 评论 -
k8s==安装仪表盘,用仪表盘部署nginx
下载所需要的yaml文件第40行,新增type: NodePort #增加type: NodePort第44行,新增nodePort: 31260 #增加nodePort: 31260# 生成证书请求的key,对于二级域名: "*.",其他域名请自行更改。原创 2022-09-21 21:47:17 · 2222 阅读 · 0 评论 -
K8S==Kubernetes学习笔记一master两node,搭配破站某马视频
Kubernetes1. Kubernetes介绍1.1 应用部署方式演变https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/What is Kubernetes?This page is an overview of Kubernetes.Kubernetes is a portable, extensible, open-source platform for managing containerized wor原创 2022-01-04 16:40:40 · 962 阅读 · 0 评论 -
K8S==springboot项目生成image部署到K8S
IDEA springboot新建helloword项目http://localhost:30000/hellopackage com.example.demohelloword.controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RestController;@RestControllerpublic c原创 2022-01-04 16:18:32 · 1446 阅读 · 0 评论 -
K8S==wget https://raw.githubusercontent.com/....报错recommended.yaml无法获取,recommended.yaml文件如下
# Copyright 2017 The Kubernetes Authors.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at## http://www.apache.org/license.原创 2022-01-03 19:28:47 · 552 阅读 · 0 评论 -
K8S==policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
21版本以上用这个命令wget https://docs.projectcalico.org/v3.20/manifests/calico.yaml --no-check-certificatekubectl apply -f calico.yamlkubectl get nodes原创 2021-12-14 18:37:47 · 6507 阅读 · 2 评论
分享