Kernel Tuning for Kubernetes
Published:
如何在kubernetes中完成pod的优雅关闭
Published:
如何在kubernetes中完成pod的优雅关闭
Published:
如何优化Linux内核参数来调优Kubernetes性能
Published:
k8s常见面试问题
Published:
Sealed Secrets 使用指南
Published:
The introduction of GPT memory marks a significant step forward in creating more personalized and context-aware AI interactions. In this article, we explore how GPT memory works, how it enhances the conversational experience, and the potential benefits it offers for various applications. With memory, GPT can remember past interactions, adjust its responses accordingly, and offer a more seamless, coherent dialogue. We’ll also discuss the privacy and customization aspects of memory, as well as its implications for the future of AI-powered communication.
Published:
In Kubernetes, ensuring that only pods with specific labels can be deployed is a common requirement for enforcing organization policies or resource allocation strategies. This blog demonstrates how to use an Admission Webhook to restrict pod creation based on labels. By implementing a custom webhook, you can control which pods are allowed to start, ensuring that only those with the required labels meet your deployment criteria. This solution provides an additional layer of validation, enhancing the security and consistency of your Kubernetes clusters.
Published:
GPT中关于Canvas的新用法
Published:
如何一周内通过CNCF的CKA认证
Published:
如何一周内通过CNCF的CKA认证
Published:
如何通过CNCF的CKS认证
Published:
如何一周内通过CNCF的CKA认证
Published:
如何使用cAdvisor来完成容器监控
Published:
A tour guide for your journey for ChatGPT-4.0
Published:
如何通过AWS的SAA认证
Published:
Some details about three core addons(CNI, CoreDNS, KubePorxy) work for control plane of Kuberenetes.
Published:
这部分主要介绍如何构建 Kubernetes 集群 Worker Nodes
Published:
如何构建k8s集群Master nodes以及Control Plant
Published:
超融合架构HCI的一些基础知识…
Published:
Nginx 仲负载均衡相关配置…
Published:
Nginx的启动及信号格式…
Published:
用了好多年的preseed终于可以换一个能看懂的版本了…
Published:
记录一些便于测试 Ansible 的小技巧…
Published:
随着 ifconfig 和 netstat 的淘汰,ip 和 ss 已经成为 Ubuntu 系统中管理网络的现代工具。这篇专门研究了 ip 命令的基本用法,帮助系统管理员告别旧命令,并展示如何通过 netplan 检查网络配置的有效性。
Published:
Ceph is an open-source distributed storage system designed to provide highly scalable and reliable storage solutions.
Published:
What is GIL and Why we have to bare the GIL in Python?
Published:
ipmi远控,也叫作BMC
Published:
Some common sense about wine region…
Published:
Why you should use vault in your office
Published:
关于模拟的五道题,尤其注意回溯和深度搜索的使用
Published:
关于Ubuntu下包管理软件apt的相关资料
Published:
A handbook to setup your own homemade proxmox cluster…
Published:
Some basic knowledge on ZFS as storage solution…
Published:
How to setup NetBox service from zero…
Published:
在买入一些设备之后,准备就工作生活环境做的点优化
Published:
谈谈Ubuntu中常用的几个网络诊断工具
Published:
How to build a infrastructure for ML tasks
Published:
Linux文件系统中的基础概念与常用命令
Published:
CentOS7中的网络配置方式
Published:
Start Project in Pony: 使用iPXE优化Ubuntu preseed自动化流程
Published:
Git进阶使用笔记,rebase和cherry-pick的使用…
Published:
Ansible basic architecture
Published:
在面试京东前看到的一些京东云概念…
Published:
Linux下文本处理命令大全
Published:
关于LVS负载均衡配置的一些实例分析
Published:
[狂神说JAVA系列]中,秦疆关于Docker系列的进阶课程
Published:
【二叉树寻路】寻找之字形树上,指定节点到根节点之间的路径…
Published:
A quick introduction to virtualization and hypervisors…
Published:
【二叉树中所有距离为 K 的结点】给定一个二叉树,求距离某个节点为K的所有节点…
Published:
【二叉树中第二小的节点】给定一个非空特殊的二叉树,每个节点都是正数,并且每个节点的子节点数量只能为2或0…
Published:
【最长递增子序列】根据链表数组,每个链表都是升序。将所有链表合并成一个升序列表…
Published:
[狂神说JAVA系列]中,秦疆关于Redis的解说P28-P36
Published:
[狂神说JAVA系列]中,秦疆关于Redis的解说P1-P27
Published:
[狂神说JAVA系列]中,秦疆关于Docker系列的讲解P20-P40
Published:
[狂神说JAVA系列]中,秦疆关于Docker系列的讲解
Published:
数据密集型应用系统设计第五章笔记
Published:
给定一个数组,从中寻找最长的递增子序列…
Published:
给定一组非负整数,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数…
Published:
从两个数列中寻找相同长度的两个子序列,使之点积最大…
Published:
InnoDB的存储引擎系统,关于线程、内存、Checkpoint、Master Thread的实现细节,以及InnoDB五项特性
Published:
关于InnoDB中事务与锁的实现方案的初步学习
Published:
Published:
Generator & Iterator
Published:
通过 Nginx 服务可以构建四层/七层负载均衡,并通过HTTP协议与TCP协议来支持Session保持,健康状态检测
Published:
关于Windows下Docker Desktop后台运行出错的一点经验积累
Published:
A function returning another function…
Published:
Published:
Published:
Published:
Published:
故事要从boss吃了安利,有一天忽然心血来潮想要搞一个内部全文检索系统开始说起…
Published:
【转载】如何使用PHP调用API接口(如何POST一个JSON格式的数据给Restful服务)