51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

经验分享

在kubesphere中使用 OpenELB

在kubesphere中使用 OpenELB

厉飞雨 阅读(72) 评论(0) 赞(3)

3 在kubesphere中使用 OpenELB 流程: 创建项目 -》 创建应用 -》 创建 SVC 服务 -》 应用路由 http://10.0.0.231:30880/clusters/default/monitor-cluster/overview ### 3.2.1创建项目 ![](http://static.51tbox.com/static/2024-08...

kubesphere 开启应用商店功能

kubesphere 开启应用商店功能

厉飞雨 阅读(55) 评论(0) 赞(4)

kubesphere 官方参考 :https://v3-2.docs.kubesphere.io/zh/docs/pluggable-components/app-store/ 在安装后启用应用商店 1. 使用 `admin` 用户登录控制台,点击左上角的**平台管理** ,选择**集群管理**。 2. 点击 **CRD** ,在搜索栏中输入 `clusterconfig...

kubesphere 安装与使用(k8s可视化操作)

kubesphere 安装与使用(k8s可视化操作)

厉飞雨 阅读(114) 评论(0) 赞(5)

kubesphere 安装与使用(k8s可视化操作) 可以在 linux上安装,也可以 基于K8s 安装。 [KubeSphere Documents](https://v2-1.docs.kubesphere.io/docs/zh-CN/) ![](http://static.51tbox.com/static/2024-08-29/col/e3dabf85da83e1...

CentOS 7虚拟机修改IP地址

CentOS 7虚拟机修改IP地址

厉飞雨 阅读(79) 评论(0) 赞(4)

1、查看当前IP地址 <br /> ``` ip addr ``` ![](http://static.51tbox.com/static/2024-08-29/col/c670502ecbe93600bc93c00995b45ca6/aefa96b1e4c74eacbb7bba79c89c12e7.png.jpg) 我这台虚拟机当前IP地址为192.168...

centos7 update glibc to 2.27 + docker 镜像制作

centos7 update glibc to 2.27 + docker 镜像制作

厉飞雨 阅读(106) 评论(0) 赞(5)

centos7 update glibc to 2.27 ------------------------------------------------ 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 原文链接:https://blog.csdn.net/gaoping2736411763/article/det...

Debian 12 / Ubuntu 22.04 开启 SSH 的 RSA Key 登录

Debian 12 / Ubuntu 22.04 开启 SSH 的 RSA Key 登录

厉飞雨 阅读(101) 评论(0) 赞(6)

本文将指导如何在 Debian 12 和 Ubuntu 22.04 开启 SSH 的 RSA Key 登录。自从 OpenSSH 8.3 开始,RSA Key 登录默认[被禁用](https://lwn.net/Articles/821544/),并被认为[不安全](https://confluence.atlassian.com/bitbucketserverkb/ssh-r...

emqx-Dockerfile.ubuntu20.04.runner

emqx-Dockerfile.ubuntu20.04.runner

厉飞雨 阅读(88) 评论(0) 赞(8)

## This is a fast-build Dockerfile only for testing FROM ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 ARG PROFILE=emqx RUN apt-ge...

centos7 更换阿里云 yum源

centos7 更换阿里云 yum源

厉飞雨 阅读(83) 评论(0) 赞(7)

可以联网:yum 好用: 方法1 好用: (2)添加软件源进行加速 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo ​ (3)安装epel软件源 curl -o /etc/yum.repos.d/e...