Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flant/examples
Configurations, scripts & samples used in guides and other articles from Flant engineers.
https://github.com/flant/examples
devops flant
Last synced: 6 days ago
JSON representation
Configurations, scripts & samples used in guides and other articles from Flant engineers.
- Host: GitHub
- URL: https://github.com/flant/examples
- Owner: flant
- Created: 2019-08-09T10:43:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T01:23:42.000Z (6 months ago)
- Last Synced: 2025-02-06T07:07:07.110Z (13 days ago)
- Topics: devops, flant
- Language: JavaScript
- Size: 3.03 MB
- Stars: 106
- Watchers: 15
- Forks: 51
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples from Flant
Configurations, scripts & samples used in guides and other articles from [Flant](https://flant.com/) engineers.Here are some links to what you can find in the repo:
# 2022
* [Simple Test Application](2022/01-werf-local-dev) for «[Local development in Kubernetes with werf 1.2 and minikube](https://blog.werf.io/local-development-in-kubernetes-with-werf-1-2-and-minikube-9b21a266830a)»;
* [Samples to try Okteto for your local development](2022/06-okteto) for «[Okteto Cloud as another way for local development in Kubernetes](https://blog.palark.com/okteto-cloud-for-local-development-in-kubernetes/)»;
* [A simple application written in Go](2022/06-werf-kube-run) for «[Running one-time tasks and debugging images in the Kubernetes cluster using werf](https://blog.werf.io/running-one-time-tasks-and-debugging-images-in-the-kubernetes-cluster-using-werf-936d6dc483e2)»;# 2021
* [K8s manifests](2021/09-memcached-mcrouter) for «[Using mcrouter to make memcached highly available in Kubernetes](https://blog.palark.com/highly-available-memcached-with-mcrouter-in-kubernetes/)»;
* [Python scripts](2021/09-gitea-gitlab-migration) for «[Our experience with migrating from Gitea to GitLab. Challenging but successful](https://blog.palark.com/gitea-to-gitlab-migration/)»;
* [Kubernetes manifests and Keycloak JARs](2021/07-keycloak) for «[Running fault-tolerant Keycloak with Infinispan in Kubernetes](https://blog.palark.com/ha-keycloak-infinispan-kubernetes/)»;# 2020
* [shell-operator hooks](2020/08-kubecon) for «[Go? Bash! Meet the Shell-operator](https://medium.com/flant-com/meet-the-shell-operator-kubecon-36c14ba2f8fe)»;
* [YAML manifests](2020/08-k8s-raspberry-pi) for «[Installing fully-fledged vanilla Kubernetes on Raspberry Pi](https://blog.palark.com/installing-fully-fledged-vanilla-kubernetes-on-raspberry-pi/)»;
* [Enhanced version of etcdhelper](2020/04-etcdhelper) for «[How to modify etcd data of your Kubernetes directly (without K8s API)](https://blog.palark.com/how-to-modify-etcd-data-of-your-kubernetes-directly-without-k8s-api/)»;
* [ConfigMap demo](2020/04-configmaps) for «[ConfigMaps in Kubernetes: how they work and what you should remember](https://blog.palark.com/configmaps-in-kubernetes-how-they-work-and-what-you-should-remember/)»;
* [werf and GitLab CI configs](2020/01-dynamic-build) for «[Building & deploying a versioned documentation site with werf](https://blog.werf.io/dynamic-building-deploying-with-werf-5c65bb5c29cb)»;# 2019
* [Helm chart with remote_syslog](2019/10-remote-syslog) for «[Logs in Kubernetes: expectations vs reality](https://blog.palark.com/logs-in-kubernetes-expectations-vs-reality/)»;
* [Simple HTTP benchmark](2019/09-http-bench) for «[6 recent cases from our SRE workaday routine](https://blog.palark.com/troubleshooting-web-apps-issues-6-recent-cases-from-our-sres/)» (case #1);
* [Kubernetes operator in Python](2019/08-k8s-python-operator) for «[Writing a Kubernetes Operator in Python without frameworks and SDK](https://blog.palark.com/writing-a-kubernetes-operator-in-python-without-frameworks-and-sdk/)».