Skip to content

Instantly share code, notes, and snippets.

View GodSpeedXI's full-sized avatar

GodSpeedXI GodSpeedXI

  • Bangkok
View GitHub Profile
@GodSpeedXI
GodSpeedXI / SecurityCheckList.md
Last active July 21, 2021 04:45
Security Checklist

Security Checklist

Kube Security

  • 1. อย่า Run Docker โดย root user
  • 2. ควรจะใช้ package docker file ที่เราจะใช้เท่านั้น
  • 3. Node ควรจะ allow port สำหรับที่จะใช้เท่านั้น
  • 4. ควรกำหนด Network policy ให้ Pod สามารถคุยกันได้เฉพาะ ที่จะใช้เท่านั้น
  • 5. set policy agent pod ให้ Deployment deploy only namespace ที่ pod สามารถ deploy ได้เท่านั้น
  • 6. service account pod ควร สิทธิ์ เฉพาะที่ pod นั้นใช้เท่านั้น
  • 7. Image ควรใช้ Private Registry
@GodSpeedXI
GodSpeedXI / semantic-commit-messages.md
Last active October 28, 2020 14:16 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example