Skip to content

Instantly share code, notes, and snippets.

View frbayart's full-sized avatar
🐼
it's a raining day !

Francois BAYART frbayart

🐼
it's a raining day !
View GitHub Profile
@frbayart
frbayart / Brewfile
Last active December 29, 2022 22:09
Reminder for Fresh Install
# https://github.com/Homebrew/homebrew-bundle
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
# set arguments for all 'brew install --cask' commands
cask_args appdir: "~/Applications", require_sha: true
# CASK
@frbayart
frbayart / README.md
Last active June 23, 2023 12:40
Azure NodeJs upload to storage account
@frbayart
frbayart / CountryCodes.json
Created June 11, 2024 05:44 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@frbayart
frbayart / GPT View.md
Last active January 31, 2025 11:49
Talk 2025
@frbayart
frbayart / CHECKLIST.md
Last active April 16, 2025 06:18
Kubernetes Hardening Checklist (NSA & CISA Guidance v1.2)

Kubernetes Hardening Checklist (NSA & CISA Guidance v1.2)

🔒 Pod & Container Security

  • Ensure containers run as non-root users
  • Enable immutable container filesystems (where applicable)
  • Scan container images for vulnerabilities/misconfigurations
  • Disable privilege escalation and dangerous capabilities:
    • No privileged containers
    • No hostPID, hostIPC, hostNetwork
  • No allowedHostPath