ARAbhishek Reddy A Ninmust-known-terminologies-for-sre.hashnode.dev·Oct 8, 2025 · 1 min readEnterprise governance.Enterprise Governance is the framework of policies, procedures, and controls that ensures an organization’s IT and business operations are: Aligned with business objectives Compliant with regulations and standards (like ISO 27001, SOC 2, GDPR) Sec...00
ARAbhishek Reddy A Ninmust-known-terminologies-for-sre.hashnode.dev·Oct 8, 2025 · 1 min readsecrets managementSecrets Management is the process of securely storing, accessing, and rotating sensitive information such as: API keys Passwords SSH keys Certificates Tokens It ensures that sensitive data is not hardcoded in code or configuration files, reduc...00
ARAbhishek Reddy A Ninmust-known-terminologies-for-sre.hashnode.dev·Oct 8, 2025 · 1 min readVulnerability Scanning🔍 What is Vulnerability Scanning? Vulnerability scanning is the process of identifying security weaknesses in systems, applications, or networks using automated tools.It helps organizations detect misconfigurations, missing patches, outdated softwar...00
ARAbhishek Reddy A Ninmust-known-terminologies-for-sre.hashnode.dev·Oct 8, 2025 · 2 min readCIS BenchmarksCenter for Internet Security (CIS). CIS Benchmarks are well-defined, consensus-based best practices to securely configure operating systems, network devices, applications, and cloud services.They help organizations reduce vulnerabilities, improve sec...00
ARAbhishek Reddy A Ninmust-known-terminologies-for-sre.hashnode.dev·Oct 8, 2025 · 2 min readError Budget🔍 Definition An Error Budget is the maximum amount of unreliability (downtime, errors, or failed requests) your system is allowed to have without breaching your SLO. It’s literally the “budget” for failure that you can spend in a given period. 🧠 ...00