• 首页
  • Docker
    • Docker
    • Compose
    • Swarm
  • Shell
  • Kubernetes
  • Monitor
    • Zabbix
    • Prometheus
  • Python
  • Go
  • Mysql
  • Other
  • 文章归档
  • 首页
  • Docker
    • Docker
    • Compose
    • Swarm
  • Shell
  • Kubernetes
  • Monitor
    • Zabbix
    • Prometheus
  • Python
  • Go
  • Mysql
  • Other
  • 文章归档
路边只狗的博客

Compose

粤ICP备2021135149号-1

Copyright © 2025 路边只狗的博客

Powered by Halo • Theme by Subtle Galaxy • REFERENCE FROM 寒山

本站运行:

感谢位小伙伴的 次访问

Back to the top
最新文章
docker docker常用命令

docker常用命令

shell 查看所有用户计划任务

以root用户运行cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}

kubernetes PV、PVC卷模板

apiVersion: v1kind: PersistentVolumemetadata:name: pv01spec:capacity:storage: 5G

kubernets kubens工具

curl -L https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens -o /bi

shell 统计访问IP和总和并排序

awk '{ip[$1]+=1;} END {for(i in ip){print ip[i]" "i;}}' /var/log/httpd

分类
Monitor monitor
Docker docker
Other other
Swarm swarm
Compose compose
标签
Prometheus prometheus
Others others
Swarm swarm
Compose compose
Docker docker
Other other
Go go
Zabbix zabbix
Python python
Mysql mysql
Kubernetes kubernetes
Shell shell