Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranductrinh/k8s
https://github.com/tranductrinh/k8s
ansible k8s kubernetes kvm
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranductrinh/k8s
- Owner: tranductrinh
- Created: 2022-01-16T14:53:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T13:11:18.000Z (9 months ago)
- Last Synced: 2024-08-01T22:04:29.049Z (3 months ago)
- Topics: ansible, k8s, kubernetes, kvm
- Language: Jinja
- Homepage:
- Size: 3.49 MB
- Stars: 67
- Watchers: 3
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A playground for Kubernetes
## VM Provision
* [Create a Virtualbox guest VM by Vagrant](create-virtualbox-vm)
* [Create a KVM guest VM by Ansible](create-kvm-guest-vm)## Cluster Provision
* [Getting Started with Ansible](getting-started-with-ansible)
* [Create a single-master Kubernetes cluster with kubeadm by Ansible](create-single-master-cluster)
* [Setup load balancer for kube-apiservers](setup-load-balancer-for-kube-apiservers)
* [Create a HA Kubernetes cluster with kubeadm, keepalived, and haproxy by Ansible](create-ha-cluster)
* [Set up a High Availability etcd Cluster with kubeadm by Ansible](setup-ha-etcd-cluster)
* [Load balancing requests to Kubernetes services with external haproxy and NGINX Ingress Controller](load-balancing-services)
* [Install MetalLB as a network load balancer on bare-metal cluster](metallb)## Storage
* [Dynamic provision Persistent Volumes with NFS Subdir External Provisioner](nfs-subdir-external-provisioner)
* [Cloud-Native Storage solution with Rook Ceph](rook-ceph)## Observability
* [Distributed tracing with Jaeger](jaegertracing)