Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khs1994-docker/lnmp-k8s
Deploy Kubernetes on Linux(systemd or Fedora CoreOS) | Deploy LNMP On Kubernetes
https://github.com/khs1994-docker/lnmp-k8s
devops kubernetes lnmp php
Last synced: 1 day ago
JSON representation
Deploy Kubernetes on Linux(systemd or Fedora CoreOS) | Deploy LNMP On Kubernetes
- Host: GitHub
- URL: https://github.com/khs1994-docker/lnmp-k8s
- Owner: khs1994-docker
- License: apache-2.0
- Created: 2018-03-22T23:55:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T06:32:52.000Z (about 1 month ago)
- Last Synced: 2024-12-25T11:14:33.673Z (9 days ago)
- Topics: devops, kubernetes, lnmp, php
- Language: Shell
- Homepage: https://docs.k8s.lnmp.khs1994.com
- Size: 7.45 MB
- Stars: 63
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Run LNMP on Kubernetes
* [文档](https://docs.k8s.lnmp.khs1994.com)
* [问题反馈](https://github.com/khs1994-docker/lnmp/issues/122)
## 从 0 开始部署 Kubernetes 集群
### 云服务
* [腾讯云 Kubernetes](https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61)
* [阿里云 Kubernetes](https://www.aliyun.com/product/kubernetes?source=5176.11533457&userCode=8lx5zmtu&type=copy)
* [百度云 Kubernetes](https://cloud.baidu.com/product/cce.html)### 本项目维护方案
* [手动部署 Kubernetes 集群(Fedora CoreOS)](coreos)
* [Linux 单机部署(systemd)](systemd)
* [WSL2(systemd)](wsl2)
* [Docker Desktop](docs/setup/docker-desktop.md)
### 其他方案
* [kubeadm](docs/setup/kubeadm.md)
* [k3s](docs/setup/k3s.md)
* [kind](https://github.com/kubernetes-sigs/kind)
* [microk8s](https://github.com/canonical/microk8s)
## 微信订阅号
关注项目作者微信订阅号,接收项目最新动态
## LNMP Demo
参考 [lnmp](lnmp) 文件夹
## `Helm` or `Kustomize`
固定的 YAML 文件很难扩展,可以使用 `Helm` 或 `Kustomize($ kubectl apply -k XXX)` 灵活的部署应用。具体说明请查看文档。
## [Helm](helm)
## Tips
* [数据持久化](docs/storage/data.md)
* [滚动升级 不停机更新](docs/guide/rollout.md)
* [pod 网络出错](docs/guide/network.md)
## Ubuntu 19.04+ / Debian 10(buster)+ / Fedora 29+
**Ensure iptables tooling does not use the nftables backend**
具体请查看 [这里](./wsl2/README.switch.iptables.md)
## 学习
* 存储 `pv` `pvc` [csi](storage/csi) `flexvolume`
* 网络 `cni` [calico](addons/cni)
* 服务 [ingress](addons/ingress)
* 容器运行时 `cri` `docker` `cri-containerd` `cri-o`
* 监控 [Prometheus](deploy/kube-prometheus)
* 日志 [efk](addons/efk)## More Information
* [feiskyer/kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook)
* [Helm Charts](https://github.com/helm/charts)