Бойлерплейт базовой AWS инфраструктуры c EKS-кластером
В данном репозитории собраны наработки команды MadOps для быстрого развертывания Kubernetes кластера, вспомогательных сервисов и нижележащей инфраструктуры в облаке Amazon. Основным инструментом разработки и поставки является terraformhttps://github.com/maddevsio/aws-eks-base/blob/main/README-RU.md
Simplifying Object Storage as a Service with Kubernetes and MinIO’s Operator
https://blog.min.io/object_storage_as_a_service_on_minio
https://blog.min.io/object_storage_as_a_service_on_minio
Swiss Army Kube - Free IaC Tool for Easy EKS Kubernetes Cluster Deployment
Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects. With Swiss Army Kube, cluster configuration and provisioning takes just a fraction of time normally spent on manual deployment via AWS management console. SAK automates deployments, making them repeatable, consistent, and less error-prone.https://github.com/provectus/swiss-army-kube
Mage is My Favorite Make
I am fangirling over a build tool, Mage, and need to tell everyone why. Mage is very similar to make, only you write Go instead of bash. To the end user it has the same user experience, mage build instead of make build, so it’s an easy switch for your fingers. It behaves the same as well, handling targets, prerequisites, file modification timestamps in the same way so there aren’t many surprises to be had.https://carolynvanslyck.com/blog/2021/01/mage-is-my-favorite-make
5 best practices to get to production readiness with Hashicorp Vault in Kubernetes
https://expel.io/blog/production-readiness-hashicorp-vault-kubernetes
https://expel.io/blog/production-readiness-hashicorp-vault-kubernetes
How Khan Academy Successfully Handled 2.5x Traffic in a Week
https://blog.khanacademy.org/how-khan-academy-successfully-handled-2-5x-traffic-in-a-week
https://blog.khanacademy.org/how-khan-academy-successfully-handled-2-5x-traffic-in-a-week
Incident Response at Heroku
How Heroku handles incident response.https://blog.heroku.com/incident-response-at-heroku-2020
Under the Hood: Ensuring Site Reliability
https://engineering.squarespace.com/blog/2017/under-the-hood-ensuring-site-reliability
https://engineering.squarespace.com/blog/2017/under-the-hood-ensuring-site-reliability
What Does a Database Administrator Actually Do?
https://www.brentozar.com/archive/2021/03/what-does-a-database-administrator-actually-do
https://www.brentozar.com/archive/2021/03/what-does-a-database-administrator-actually-do
How we optimize EC2 costs at Intercom
https://dev.to/aws-builders/how-we-optimize-ec2-costs-at-intercom-2dac
https://dev.to/aws-builders/how-we-optimize-ec2-costs-at-intercom-2dac
Getting Started With Kubernetes: Clusters and Nodes
https://www.pulumi.com/blog/getting-started-with-k8s-part1
https://www.pulumi.com/blog/getting-started-with-k8s-part1
Kubernetes: what are Endpoints
Usually, we don’t see Endpoints objects when using Kubernetes Services, as they are working under the hood, similarly to ReplicaSets which are “hidden” behind Kubernetes Deployments.https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614
kube-fledged
kube-fledged is a kubernetes add-on for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster. It allows a user to define a list of images and onto which worker nodes those images should be cached (i.e. pre-pulled). As a result, application pods start almost instantly, since the images need not be pulled from the registry.https://github.com/senthilrch/kube-fledged
Reverse interview
Questions to ask the company during your interviewhttps://github.com/viraptor/reverse-interview
Ethernet and IP Networking 101 (Heavily Illustrated)
https://iximiuz.com/en/posts/computer-networking-101
https://iximiuz.com/en/posts/computer-networking-101
Awesome Kubernetes (K8s) Security
A curated list for Awesome Kubernetes Security resourceshttps://github.com/magnologan/awesome-k8s-security
pganalyze collector
This is a Go-based daemon which collects various information about Postgres databases as well as queries run on it.https://github.com/pganalyze/collector