摘要: title: Docker 容器映射端口访问限制 date: 2024-12-03 21:00:00 tags: Docker, network, safety, Linux 在使用 Docker 容器时我们经常需要将容器端口映射到宿主机上。最基本的端口映射可以通过 "PORT:PORT" 来设置, 阅读全文
posted @ 2024-12-02 18:26 Sonui 阅读(36) 评论(0) 推荐(0) 编辑
摘要: title: 如何设置 CORS date: 2024-11-19T16:32:57+08:00 tags: cors, dev, web, security 0x00 引言 CORS 全称是跨域资源共享(Cross-Origin Resource Sharing),是一种安全机制,用于限制哪些源( 阅读全文
posted @ 2024-11-20 18:28 Sonui 阅读(26) 评论(0) 推荐(0) 编辑
摘要: title: Apache Answer Plugin 开发笔记 tags: answer, note, dev date: 2024-08-03 00:07:00 0x00 引言 Answer 是一个 Apache 基金会下的开源问答社区系统,可以帮助开发者在社区中快速找到答案。尝试为这个项目做一 阅读全文
posted @ 2024-08-07 00:38 Sonui 阅读(51) 评论(0) 推荐(0) 编辑
摘要: title: k8s 集群安装 date: 2024-05-09T23:42:16+08:00 tags: k8s, Linux 搭建一个 k8s 集群,记录一下过程。本次使用三台主机,分别是 master 节点和两个 worker 节点。 主机配置统一如下: 配置项 配置 OS Ubuntu 22 阅读全文
posted @ 2024-07-19 23:49 Sonui 阅读(33) 评论(0) 推荐(0) 编辑
摘要: title: The hater’s guide to Kubernetes date: 2024-04-11T15:25:20+08:00 author: Paul Butler – March 3, 2024 tags: [Kubernetes, Docker, Containers] sour 阅读全文
posted @ 2024-07-19 23:48 Sonui 阅读(3) 评论(0) 推荐(0) 编辑
摘要: title: 使用Golang开发腾讯云函数 date: 2022-04-29T10:35:51+08:00 tags: Golang, Serverless 在腾讯云 Serverless 使用 Golang 语言进行开发时遇到的一些问题及解决办法记录 编译问题 交叉编译不能用powershell 阅读全文
posted @ 2024-07-17 10:00 Sonui 阅读(6) 评论(0) 推荐(0) 编辑
摘要: title: PVE 修改节点主机名 date: 2024-04-12T00:07:35+08:00 tags: PVE, Proxmox VE 由于前期安装的时随便起的 Proxmox VE 节点主机名,现在想要修改为更有意义的名字便于多集群管理。 修改的文件有: /etc/hosts /etc/ 阅读全文
posted @ 2024-07-17 10:00 Sonui 阅读(738) 评论(0) 推荐(0) 编辑
摘要: title: go 中的context date: 2023-01-30 00:24 tags: golang, context context 是 go 语言中的一个包, 用于在多个 goroutine 之间传递数据, 以及控制 goroutine 的执行, 在这篇文章中记录了 context 的 阅读全文
posted @ 2024-07-17 10:00 Sonui 阅读(28) 评论(0) 推荐(0) 编辑
摘要: title: Fitness function-driven development(测试驱动开发) 翻译 date: 2023-03-30T16:35:13+08:00 tags: TDD, 测试驱动开发 对 TDD 的一个翻译,原文地址:Fitness function-driven devel 阅读全文
posted @ 2024-07-17 10:00 Sonui 阅读(5) 评论(0) 推荐(0) 编辑
摘要: title: KubeSphere 扩展组件开发笔记 tags: KubeSphere, k8s, Go, ArgoCD date: 2024-04-12 00:21:00 前段时间参加了云原生 Meetup 杭州站活动,正好在这次活动上了解到了 KubeSphere 正在开展扩展组件开发训练营于是 阅读全文
posted @ 2024-07-17 10:00 Sonui 阅读(16) 评论(0) 推荐(0) 编辑