class SiteReliabilityEngineer:
def __init__(self):
self.name = "Kumamoto"
self.location = "Japan 🗾"
self.role = "Site Reliability Engineer"
self.languages = {
"daily": ["Python 🐍", "TypeScript", "HCL (Terraform)"],
"scripting": ["Shell/Bash 🐚"],
}
self.infrastructure = ["Kubernetes ☸️", "AWS ☁️", "Docker 🐳"]
self.practices = ["IaC", "GitOps", "Observability", "SLI/SLO"]
def current_focus(self):
return [
"Platform Engineering",
"Reliability at Scale",
"Developer Experience",
]
🏔️
Working from home
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



