Sysadmin Tools πŸ‡ΊπŸ‡¦
3.88K subscribers
692 photos
28 videos
302 files
5.1K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://t.me/s/sysadmin_tools
Download Telegram
Fearless SSH: short-lived certificates bring Zero Trust to infrastructure

https://blog.cloudflare.com/intro-access-for-infrastructure-ssh

#cloudflare #ssh #security
Lessons from self-hosting ClickHouse - Boris Tane (Cloudflare)

https://youtu.be/r4_Ki7sP1yQ

#clickhouse #selfhosted
Forwarded from DevOps&SRE Library
git-remote-s3

This library enables to use Amazon S3 as a git remote and LFS server.


https://github.com/awslabs/git-remote-s3
Forwarded from GitHub Trends
#typescript #cd #ci #git #gitlab #gitlab_ci #local #pipeline #push #uncomitted #untracked

You can run GitLab CI pipelines locally using `gitlab-ci-local`, which saves you time and effort by not having to push changes to test your `.gitlab-ci.yml` files. This tool allows you to execute pipelines as a shell executor or docker executor, eliminating the need for development-specific scripts. It also offers convenience features like CLI options, environment files, bash aliases, and tab completion. You can list pipeline jobs before running them and customize variables and artifacts easily. This makes your development process more efficient and streamlined.

https://github.com/firecow/gitlab-ci-local
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs

https://blog.cloudflare.com/80-percent-lower-cloud-cost-how-baselime-moved-from-aws-to-cloudflare

#cloudflare #aws #cloud
Exploring Google Cloud Default Service Accounts: Deep Dive and Real-World Adoption Trends

https://securitylabs.datadoghq.com/articles/google-cloud-default-service-accounts

#gke #google #security #cloud #k8s #kubernetes
What Platform Engineering Meant for Adidas's SREs - An account of Adidas' e-commerce transformation from monolith to microservices, and the challenges the company's SRE engineers faced during this process....

Video: https://www.youtube.com/watch?v=BBwMkC7a8Ko
Text: https://thenewstack.io/what-platform-engineering-meant-for-adidass-sres

Thanks to sysadmin notes channel
Harness the Power of VictoriaMetrics and Grafana Operators for Metrics Management

https://blog.ogenki.io/post/series/observability/metrics

#k8s #kubernetes #monitoring #observability #grafana #prometheus
Forwarded from LearnKube news
Kube Trace NFS is designed to observe NFS connections in a Kubernetes cluster by collecting telemetry data from a node-level eBPF program utilizing the BCC tool.

More: https://github.com/4rivappa/kube-trace-nfs
How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix

https://pushtoprod.substack.com/p/netflix-terrifying-concurrency-bug

#debug #netflix