Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixiu-io/kubez-ansible
To provide quick deployment tools for kubernetes cluster and cloud native application by ansible
https://github.com/pixiu-io/kubez-ansible
grafana helm k8s kubernetes pixiu prometheus storage
Last synced: about 3 hours ago
JSON representation
To provide quick deployment tools for kubernetes cluster and cloud native application by ansible
- Host: GitHub
- URL: https://github.com/pixiu-io/kubez-ansible
- Owner: pixiu-io
- Created: 2019-11-14T03:51:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:45:31.000Z (17 days ago)
- Last Synced: 2024-11-06T19:54:30.006Z (14 days ago)
- Topics: grafana, helm, k8s, kubernetes, pixiu, prometheus, storage
- Language: Jinja
- Homepage:
- Size: 1.47 MB
- Stars: 1,340
- Watchers: 36
- Forks: 313
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubez-ansible Overview
To provide quick deployment tools for kubernetes cluster and cloud native application
![Build Status][build-url]
[![Release][release-image]][release-url]
[![License][license-image]][license-url]This session has been tested on Rocky 8.5+, Debian 11, Ubuntu 20.04+, openEuler 22.03 and Kylin V10 which supported by python3.
More distribution supported see [more](https://github.com/gopixiu-io/kubez-ansible/tree/stable/tiger)
## Getting Started
Learn about Kubez Ansible by reading the documentation online [kubez-ansible](https://www.bilibili.com/video/BV1L84y1h7LE/).## Supported Components
- 集群指南
- [单节点集群](docs/install/all-in-one.md) 单节点集群的快速部署
- [多节点集群](docs/install/multinode.md) 多节点集群部署 (1master + 多node)
- [高可用集群](docs/install/availability.md) 高可用集群部署 (3master + 多node)
- [离线部署](https://github.com/pixiu-io/kubez-ansible-offline)
- [扩容](docs/install/expansion.md)
- [销毁](docs/install/destroy.md)- 网络插件
- [flannel](https://github.com/flannel-io/flannel)
- [calico](https://github.com/projectcalico/calico)- 容器运行时
- [docker](https://github.com/docker)
- [containerd](https://github.com/containerd/containerd)- 存储插件
- [NFS](docs/apply/nfs.md) 文件存储
- [Ceph](docs/apply/ceph-guide.md) 块存储
- [MinIO](docs/apply/minio.md) 对象存储- 云原生应用
- 基础应用
- [Helm3](docs/apply/helm3-guide.md)
- [Nginx Ingress](docs/apply/ingress.md)
- [Dashboard](docs/apply/dashboard.md)
- [Metrics Server](docs/apply/metrics.md)
- [MetalLB](docs/apply/metallb.md)
- [Cilium&Hubble](docs/apply/cilium.md)
- 日志监控
- [Loki](docs/apply/loki.md)
- [Grafana](docs/apply/grafana.md)
- [Promtail](docs/apply/promtail.md)
- [Prometheus](docs/apply/prometheus.md)
- [Prometheus Operator](docs/apply/promethues-operator.md)
- 中间件
- [OLM](docs/paas/olm.md)
- [PostgreSQL](docs/paas/postgres.md)
- [Redis](docs/paas/redis.md)
- [Kafka](docs/paas/kafka.md)
- [RabbitMQ](docs/paas/rabbitmq.md)
- [MongoDB](docs/paas/mongodb.md)
- [Zookeeper](docs/paas/zookeeper.md)
- 微服务
- [Isito](docs/apply/istio.md)
- CICD
- [Tekton](docs/apply/tekton.md)
- [Jenkins](docs/apply/jenkins.md)
- [Harbor](docs/apply/harbor.md)
- [Jfrog-Artifactory](docs/apply/artifactory.md)
- 健康检查
- [Kuberhealthy](docs/apply/kuberhealthy.md)
- Certificates
- [Cert-manager](docs/apply/cert-manager.md)
- 混沌工程
- [ChaosMesh](docs/apply/chaos-mesh.md)- 自研云原生
- [Pixiu](https://github.com/caoyingjunz/pixiu)
- [Localstorage](https://github.com/caoyingjunz/csi-driver-localstorage)
- [Pixiu-autoscaler](https://github.com/caoyingjunz/pixiu-autoscaler)
- [PodSet](https://github.com/caoyingjunz/podset-operator)
- 组件集成手册
- [组件集成](docs/install/app-integration-doc.md)
## 学习分享
- [go-learning](https://github.com/caoyingjunz/go-learning)## 沟通交流
- 搜索微信号 `yingjuncz`, 备注(github), 验证通过会加入群聊
- [bilibili](https://space.bilibili.com/3493104248162809?spm_id_from=333.1007.0.0) 技术分享Copyright 2019 caoyingjun ([email protected]) Apache License 2.0
[build-url]: https://github.com/gopixiu-io/kubez-ansible/actions/workflows/ci.yml/badge.svg
[release-image]: https://img.shields.io/badge/release-download-orange.svg
[release-url]: https://www.apache.org/licenses/LICENSE-2.0.html
[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html