Writing
Page 11 of 12
Architecture Diagrams as Code: Mermaid vs. Architecture as Code
Creating architecture diagrams using code has become increasingly popular among developers and architects. This approach enhances consistency, reproducibility, and version control, aligning well with…
Deploying Dify on Kubernetes with Helm
Introduction Dify is an open-source LLM-powered application development platform that simplifies prototyping, deploying, and managing AI applications. It provides a visual workflow builder, prompt…
Breaking S3 Compatibility: AWS's Quiet Power Move
AWS just made a seemingly small but disruptive change to Amazon S3default data integrity protections for new objects. On the surface, this is great: stronger checksums like crc64-nvme offer speed,…
How to Use Classic Load Balancer by Default in AWS EKS
Introduction By default, Amazon EKS provisions a Network Load Balancer (NLB) when creating a LoadBalancer type service using the AWS Load Balancer Controller. However, if you need to use a Classic…
Cilium vs. Calico: A Comprehensive Comparison of Kubernetes Networking and Security
In the realm of Kubernetes networking, selecting the appropriate networking solution is crucial for ensuring optimal performance, security, and scalability. Two prominent contenders in this space are…
Cisco-Wiz & Check Point-Wiz -> A Threat to Palo Alto Networks?
In a major industry move, Cisco and Check Point have both announced strategic cloud security partnerships with Wiz, a rapidly growing player in the Cloud Native Application Protection Platform…
The Importance of Shifting Left for Security
Introduction In todays fast-paced development environment, security can no longer be an afterthought. Traditional approaches to security, where vulnerabilities are identified and addressed late in…
Understanding Kubernetes Gateway API: A New Era of Traffic Management
Introduction Kubernetes has revolutionized cloud-native application deployment, but managing ingress and traffic routing has always been a challenge. While the Ingress API has served well, it has…
What to Do When You Hit AWS Lambda's 6MB Payload Limit
Introduction AWS Lambda is a powerful serverless compute service, but it comes with some constraints, including a 6MB payload limit for synchronous invocations. If your application needs to handle…
AWS Tagging Best Practices
Introduction Effective tagging in AWS is essential for managing cloud resources efficiently. Proper tagging helps in cost tracking, access control, automation, and compliance. In this post, we will…