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
Forwarded from Security Wine (бывший - DevSecOps Wine) (Denis Yakimov)
On-Demand Container Scanning API

Прошлым летом ресечер Jerry Gamblin выложил на сайте vulnerablecontainers.org иформацию об уязвимостях 1000 самых популярных образов на Docker Hub. Не так давно по просьбе желающих он выпустил открытое API - scan.vulnerablecontainers.org на базе Trivy, Flask, Gunicorn и Nginx.

Как этим пользоваться можно почитать здесь:
https://jerrygamblin.com/2020/02/23/on-demand-container-scanning-api/

#tools #docker
Forwarded from DevOps Deflope News
Infracost - бесплатное и опенсорсное решение для оценки стоимости инфраструктуры и ее изменения в терраформе.

Пока что поддерживается только AWS и Terraform.


Сайт проекта: https://www.infracost.io/
GitHub: https://github.com/infracost/infracost/

Похожее решение от Anton Babenko
https://amp.gs/XiqK и ещё более навороченное есть в платном Terraform Cloud https://amp.gs/XiqJ
#terraform #tools
This media is not supported in your browser
VIEW IN TELEGRAM
#sysmon

Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager. 

https://github.com/MatthiasSchinzel/sysmon

#tools #taskmanager #htop #top #tool
A comprehensive post on essential tools for Kubernetes, covering deployment, build, security, policy, higher-level interfaces, extensions and lots more. It does point to the size and complexity of the ecosystem now.

https://itnext.io/kubernetes-essential-tools-2021-def12e84c572

#k8s #kubernetes #tools
Diskplorer - disk latency/bandwidth grapher

Diskplorer is a small set of tools around fio that can be used to discover disk read latency at different read and write workloads. Diskplorer runs a matrix of 21 write workloads (0% to 100% of the maximum bandwidth, in 5% increments) and 21 read workloads (0% to 100% of the maximum IOPS, in 5% increments) for a total of 441 different workloads. The disk is fully written first in order to eliminate clean-disk effects.

#tools #benchmarks
Gita is a command-line tool to manage multiple git repos

#git #svn #vcs #tools
vmtcl - a cli tool to generate multi-tenant URLs for VictoriaMetrics and develop locally

#go #tools #victoriametrics
Many Kubernetes users liked Lens (or even still do). After it became not Open Source and Lens ID was introduced, many switched to OpenLens. Unfortunately, that fork did not last long and hasn’t issued any releases since July 2023. However, it turned out to be another fork, which is currently active: Freelens.

This project started around January of this year, and released its v1.0.0 in February and further v1.1.0 just five days ago. Today, Freelens:

- is fully compatible with the latest Kubernetes version (1.32);
- comes with kubectl v1.32.3 and Helm v3.17.2;
- is based on Electron 34.3.3 with Node 20.18.3 and Chrome 132.0.6834.210;
- requires GNU C Library 2.34+ for Linux (i.e. Debian 12, Ubuntu 22.04, Fedora 35, openSUSE Leap 15.4), macOS 11+ or Windows 10+ to run.

Language: TypeScript | License: MIT | 607 ⭐️

▶️ GitHub repo

#news #tools #gui