Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.72 KB

RESOURCES.md

File metadata and controls

61 lines (45 loc) · 1.72 KB

Learn

Kubernetes

https://logz.io/blog/resources-learn-kubernetes/ https://landscape.cncf.io/

AWS

https://aws.amazon.com/fr/free/

Infrastructure-as-code

https://learn.hashicorp.com/packer
https://learn.hashicorp.com/terraform
https://github.com/gruntwork-io/terratest/
https://learn.hashicorp.com/tutorials/terraform/kubernetes-provider

Installers

Local

https://minikube.sigs.k8s.io/docs/
https://github.com/kubernetes-sigs/kind
https://github.com/rancher/k3s

On premise

https://kubernetes.io/fr/docs/setup/production-environment/tools/kubeadm/high-availability/
https://github.com/kubernetes-sigs/kubespray/blob/master/docs/setting-up-your-first-cluster.md
https://rancher.com/docs/rke/latest/en/os/

Misc

Host OS

https://rancher.com/docs/os/v1.x/en/
https://www.flatcar-linux.org/

Dashboards

https://github.com/kubernetes/dashboard
https://rancher.com/docs/rancher/v2.x/en/installation/

Security

Cluster testing solution: https://github.com/vmware-tanzu/sonobuoy
Security weaknesses hunter: https://github.com/aquasecurity/kube-hunter

CI/CD

https://github.com/argoproj/argo

Monitoring

Grafana Prometheus : https://github.com/prometheus-operator/kube-prometheus

Logs

https://docs.fluentd.org/v/0.12/articles/kubernetes-fluentd

Storage

https://kubernetes.io/fr/docs/concepts/storage/persistent-volumes/
https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
https://github.com/longhorn/longhorn
https://rook.io/docs/rook/v1.4/ceph-storage.html

Images Registry

https://goharbor.io/