Files
learning-weekly/docs/04.2024年/07.学习周刊-总第146期-2024年第07周.md
2024-02-15 21:33:36 +08:00

69 lines
2.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 学习周刊-总第146期-2024年第07周
date: 2024-02-15 21:31:06
permalink: /pages/f351e3/
categories:
- 周刊
- 学习周刊
- 2024年
tags:
-
feed:
enable: true
description: 学习周刊-总第146期-一个小型轻量级的监听docker容器日志的应用程序
---
### 0 ,前言
周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly) 欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。
周刊核心为运维周刊还会侧重Go语言生态Vue相关技术生态的项目以及 GitHub 上优秀项目或经验。
你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。
🔥 有不少人想单独从博客通过 RSS 订阅周刊的更新,现在它来了,你可以使用这个[🔗 链接](https://wiki.eryajf.net/learning-weekly.xml)进行订阅。
### 1优秀项目
---
- 项目地址:[kwok](https://github.com/kubernetes-sigs/kwok)
- 项目说明:一个没有 Kubelet 的 Kubernetes你可以在笔记本电脑上在几秒钟内模拟数千个节点而不会大量消耗 CPU 或内存资源。且兼容 K8S API。支持多平台。
---
- 项目地址:[lazydocker](https://github.com/jesseduffield/lazydocker)
- 项目说明:适用于 docker 和 docker-compose 的简单终端 UI使用 Gocui 库用 Go 编写。
![](https://t.eryajf.net/imgs/2024/01/1705721971502.png)
---
- 项目地址:[dozzle](https://github.com/amir20/dozzle)
- 项目说明Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监视 Docker 日志。它不存储任何日志文件。运行很容易,还支持多容器同时监听。
![](https://t.eryajf.net/imgs/2024/01/1705722619177.png)
---
- 项目地址:[headlamp](https://github.com/headlamp-k8s/headlamp)
- 项目说明Headlamp 是一个易于使用且可扩展的 Kubernetes Web UI。
![](https://t.eryajf.net/imgs/2024/01/1705725103227.png)
---
- 项目地址:[otomi-core](https://github.com/redkubes/otomi-core)
- 项目说明:适用于 Kubernetes 的自托管 DevOps 平台
![](https://t.eryajf.net/imgs/2024/01/1705725983872.png)
---
- 项目地址:[new-api](https://github.com/Calcium-Ion/new-api)
- 项目说明OpenAI 接口管理 & 分发系统
![](https://t.eryajf.net/imgs/2024/01/1706342521172.png)
---
### 2优秀文章
---
- [go-playground/validator的使用](http://www.findme.wang/blog/detail/id/733.html)
- 注意其中的零值问题
---
### 3优秀博客
---
- 博客地址:[那些免费的砖](https://www.thosefree.com/)
- 简单说明:如题,该博客收录一些优秀的开源项目
---
- 博客地址:[码农很忙](https://www.coderbusy.com/)
- 简单说明:学无先后达者为师
---