Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehborn/kubernetes-single-node-cluster-ansible
https://github.com/rehborn/kubernetes-single-node-cluster-ansible
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rehborn/kubernetes-single-node-cluster-ansible
- Owner: rehborn
- Created: 2024-06-23T18:14:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T18:15:08.000Z (7 months ago)
- Last Synced: 2025-01-10T10:24:10.425Z (6 days ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Single Node Cluster Ansible
full setup
```shell
ansible-playbook k8s/main.yml -l host
```rollback:
```shell
ansible-playbook k8s/rollback.yml -l host
```## Roles
### core
```shell
ansible-playbook k8s/main.yml -l host -t setup-core
```
tags:
- `setup-kubernetes-core`
- `setup-storage-class`
- `setup-helm`
- `setup-ingress`
- `setup-calico`
- `setup-etcd`### optional
```shell
ansible-playbook k8s/main.yml -l host -t setup-optional
```tags:
- `cert_manager` (`jetstack`, `self_signed`)
- `metrics`
- `prometheus`
- `grafana`
- `loki`
- `fluentd`- `status`