kainlite's Stars
redis/go-redis
Redis Go client
tokio-rs/axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
p8952/bocker
Docker implemented in around 100 lines of bash
stakater/Reloader
A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
ko-build/ko
Build and deploy Go applications
containers/buildah
A tool that facilitates building OCI images.
mainmatter/100-exercises-to-learn-rust
A self-paced course to learn Rust, one exercise at a time.
acantril/learn-cantrill-io-labs
Standard and Advanced Demos for learn.cantrill.io courses
antonputra/tutorials
DevOps Tutorials
google/nsjail
A lightweight process isolation tool that utilizes Linux namespaces, cgroups, rlimits and seccomp-bpf syscall filters, leveraging the Kafel BPF language for enhanced security.
aws/eks-anywhere
Run Amazon EKS on your own infrastructure 🚀
rust-lang/git2-rs
libgit2 bindings for Rust
cooperspencer/gickup
ViktorUJ/cks
Open-source Platform for learning kubernetes and aws eks and preparation for for Certified Kubernetes exams (CKA ,CKS , CKAD)
ikatson/rqbit
A bittorrent client in Rust
KusionStack/karpor
Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
bnjbvr/cargo-machete
Remove unused Rust dependencies with this one weird trick!
amitds1997/remote-nvim.nvim
Remote development in Neovim 🔥
rootless-containers/slirp4netns
User-mode networking for unprivileged network namespaces
kubernetes-sigs/security-profiles-operator
The Kubernetes Security Profiles Operator
saschagrunert/demystifying-containers
A series of blog posts and talks about the world of containers 📦
dcodesdev/rustfinity.com
Learn and Practice the Rust programming language the effective way.
mvanholsteijn/strip-docker-image
Utility to strip Docker images to their bare minimum size.
superfly/init-snapshot
Fly
TheAlgorithms/Elixir
f1ko/demystifying-cni
Explanation on what a CNI (Container Network Interface) is and how to write it from scratch.
tobilg/aws-iam-data
This repository contains the full dataset of AWS IAM data (services, actions, resource types and conditions keys). It's updated on a daily basis at 4AM UTC.
qualified/ephemeron
Kubernetes operator for ephemeral services with auto-ingress
algorithms-go/insertion-sort
Insertion Sort Algorithm