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.iss.one/s/sysadmin_tools
Download Telegram
The talks from KubeCon Europe 2025 are now available on YouTube. This playlist features 379 videos.

Note that recordings from the co-located events have not yet been uploaded, but they will be there by the end of this week. Currently, you can find the videos from ArgoCon (34 talks) and Cloud Native Telco Day (11 talks) only.

Finally, the event graphical snapshot highlighting its main stats β€” such as the record-setting 12418 overall attendees for KubeCon β€” is attached to this post.

#events #video
Cloud Snitch

Map visualization and firewall for AWS activity, inspired by Little Snitch for macOS.


https://github.com/ccbrown/cloud-snitch

#aws #firewall #cloud #monitoring #cloudtrail
brush

bash/POSIX-compatible shell implemented in Rust


https://github.com/reubeno/brush

#shell #bash #rust #posix
kubeve

Human way to look into Kubernetes Events


https://github.com/a0xAi/kubeve

#kubernetes #k8s #tool
Traditional May discounts from the Linux Foundation

https://training.linuxfoundation.org/may-2025/
Sysadmin Tools πŸ‡ΊπŸ‡¦ pinned Β«πŸš€ Don’t miss our first VictoriaMetrics Features & Community Call! πŸ” Explore powerful features  πŸ’¬ Hear top user Q&As  πŸ“… May 29 | πŸ•” 5 pm BST / 6 pm CEST / 9 am PST  πŸ“ Live on YouTube -> https://www.youtube.com/live/yfNa9cvUAVQΒ»
About 5 hours ago, Apple released a Swift package (Containerization) and a CLI tool (container) to easily run Linux containers on Mac computers.

Containerization uses Virtualization.framework on Apple silicon to provide APIs to spawn lightweight virtual machines and manage their runtime environment, manage OCI images, interact with remote registries, etc. It relies on vmnet framework for managing the virtual network to which the containers attach.

container is a user-facing tool for creating and running Linux containers as lightweight virtual machines. It works with OCI-compliant container images, allowing you to interact with common container registries. Using it, you can also configure memory and CPU limitations for containers, build and run multiplatform images, share host files with containers, view container and system logs.

Both projects are available as Open Source (Apache 2 license). More details about them:
- container on GitHub
- Containerization on GitHub
- video presentation by Michael Crosby from WWDC25

#news #tools