Last active
May 17, 2021 10:24
-
-
Save ferdinandosimonetti/80b5c6bce10169a5244a68a72ac2a356 to your computer and use it in GitHub Desktop.
various bookmarks, kafka, elasticsearch, kasten, openshift, gitops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://merikan.com/2019/04/jvm-in-a-container/ | |
| https://netapp-trident.readthedocs.io/en/stable-v20.10/kubernetes/deploying/operator-deploy.html#creating-a-trident-backend | |
| https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-overview.html | |
| https://github.com/elastic/cloud-on-k8s/blob/1.5/config/samples/elasticsearch/elasticsearch.yaml | |
| https://github.com/elastic/helm-charts/tree/master/logstash/examples/elasticsearch | |
| https://github.com/elastic/helm-charts/blob/master/logstash/examples/elasticsearch/values.yaml | |
| https://raphaeldelio.medium.com/deploy-logstash-and-filebeat-on-kubernetes-with-eck-ssl-and-filebeat-d9f616737390 | |
| https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-1-ssl-passthrough | |
| https://blog.kasten.io/concepts-behind-terraform-and-kubernetes | |
| PS C:\Users\ferdi> kubectl get secret quickstart-es-elastic-user -o go-template='{{.data.elastic | base64decode}}' | |
| r8K2lokg2aZ222ZEsvc7p115 | |
| https://sematext.com/blog/kubernetes-elasticsearch/ | |
| # charmed kubernetes | |
| https://ubuntu.com/kubernetes/docs/quickstart | |
| https://ubuntu.com/kubernetes/docs/install-manual | |
| https://portworx.com/run-ha-kafka-rancher-kubernetes-engine/ | |
| https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi | |
| https://logz.io/blog/deploying-the-elk-stack-on-kubernetes-with-helm/ -> usare LoadBalancer come service.type per elasticsearch | |
| https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-installing-eck.html -> elastic operator | |
| https://spot.io/blog/kubernetes-tutorial-successful-deployment-of-elasticsearch/#DeployingElasticsearchwithKuberneteHelm | |
| https://github.com/sleepka/zabbix-kubernetes-monitoring | |
| https://blog.kasten.io/posts/backup-and-disaster-recovery-for-rook-ceph-with-kasten-k10/ | |
| https://blog.kasten.io/posts/rook-ceph-csi-kubernetes-and-k10-an-all-in-one-stateful-experience/ | |
| https://itnext.io/okd-4-5-single-node-cluster-on-windows-10-using-hyper-v-3ffb7b369245 | |
| https://codefresh.io/about-gitops/pains-gitops-1-0/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment