Skip to main content

24 docs tagged with "infrastructure"

View all tags

Administering Linux

Linux system administration with systemd, networking, and performance tuning

Configuration Management

Master plan for server configuration automation with Ansible, including playbooks, roles, inventory, secrets, and testing with Molecule

Configuring NGINX

Master plan for NGINX configuration including reverse proxy, load balancing, SSL/TLS, caching, and performance tuning

Configuring NGINX

NGINX configuration for static sites, reverse proxy, SSL/TLS, and load balancing

Designing Distributed Systems

Master plan for distributed systems architecture including CAP/PACELC, consistency models, replication, partitioning, and resilience patterns

Disaster Recovery

Master plan for DR strategies including RTO/RPO planning, backup patterns, database DR, Kubernetes DR, and cross-region replication

DNS Management

Master plan for DNS automation including record types, TTL strategies, DNS as code, cloud DNS services, and load balancing

Infrastructure as Code

Master plan for infrastructure provisioning and management across Terraform, Pulumi, CDK, and CloudFormation

Kubernetes Operations

Master plan for operating production Kubernetes clusters with resource management, scheduling, networking, security, and autoscaling

Linux Administration

Master plan for Linux system administration covering systemd, process management, filesystem operations, networking, and troubleshooting

Load Balancing Patterns

Master plan for load balancing strategies across cloud and self-managed solutions with L4/L7 patterns, health checks, and global load balancing

Managing DNS

DNS records, TTL strategies, DNS-as-code automation with external-dns

Network Architecture

Master plan for cloud network design including VPC patterns, zero trust, hybrid connectivity, and multi-region networking

Operating Kubernetes

Production Kubernetes operations with resource management, security, and autoscaling

Service Mesh

Master plan for service mesh implementation with Istio, Linkerd, Cilium covering mTLS, traffic management, and progressive delivery

Shell Scripting

Master plan for robust shell scripting with error handling, argument parsing, portability, and best practices

Shell Scripting

Robust Bash scripting with error handling, argument parsing, and testing