ContentPosts from @dawnalvarez494..
Link
@faun shared a link, 3 years ago
FAUN.dev()

GitHub Copilot vs. Amazon CodeWhisperer

GitHub Copilot is the winner when it comes to language- and IDE support. However, if you are working in the AWS environment, Amazon CodeWhisperer is probably for you... read more  

GitHub Copilot vs. Amazon CodeWhisperer
Link
@faun shared a link, 3 years ago
FAUN.dev()

Unix is not Linux

The article discusses the implications of assuming a Linux installation while writing tutorials and guides for POSIX and Unix tools. While Linux is dominant, it's still useful to be aware of the differences in behavior of the shell, its utilities, and the C standard library. The article outlines so.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

What Is Log Aggregation: 101 Guide to Best Tools & Practices

This article discusses log aggregation, which is the process of collecting and standardizing log events from various sources across an IT infrastructure for faster log analysis. The benefits of log aggregation include centralized location, the ability to turn text files into meaningful data, better.. read more  

What Is Log Aggregation: 101 Guide to Best Tools & Practices
Link
@faun shared a link, 3 years ago
FAUN.dev()

⎈ Securing Kubernetes Clusters using Kyverno Policy Engine | Kubernetes Goat

TLDR: Kyverno enables codifying organizational policies into YAML files to validate and enforce security best practices for Kubernetes. It functions as a policy engine designed for Kubernetes to validate, mutate, and generate configuration. Users can manage code policies using familiar tools and app.. read more  

⎈ Securing Kubernetes Clusters using Kyverno Policy Engine | Kubernetes Goat
Link
@faun shared a link, 3 years ago
FAUN.dev()

Fairness, Kubernetes Pricing, and Burstable CPUs

Burstable nodes are a cost-effective solution for underutilized CPU workloads; they allow temporarily bursting CPU usage beyond the guaranteed amount. However, watch out for "baseline" versus "burst" CPU numbers, variable credit usage, and potential extra charge for extended bursting. Different clo.. read more  

Fairness, Kubernetes Pricing, and Burstable CPUs
Link
@faun shared a link, 3 years ago
FAUN.dev()

Demystifying the Kubernetes AWS LB Controller

The AWS Load Balancer Controller's naming convention breaks the established conventions in the Kubernetes community. The article explains the confusion surrounding the AWS Load Balancer's provisioning and offers tips for troubleshooting. It also discusses the legacy AWS Cloud Provider default load .. read more  

Demystifying the Kubernetes AWS LB Controller
Link
@faun shared a link, 3 years ago
FAUN.dev()

Using compose files as a universal infrastructure interface

The use of a universal infrastructure language, such as Compose, as a higher-level abstraction can help hide unnecessary details and mismatched amounts of detail of Kubernetes manifests, making it easier for software developers to focus on building value as opposed to repeatedly rebuilding infrastru.. read more  

Using compose files as a universal infrastructure interface
Link
@faun shared a link, 3 years ago
FAUN.dev()

AWS Lambda introduces response payload streaming

AWS Lambda now supports streaming partial response back to the client before the entire response is ready, improving the time to first byte for web and mobile applications... read more  

AWS Lambda introduces response payload streaming
Link
@faun shared a link, 3 years ago
FAUN.dev()

Announcing the general availability of Amazon VPC Lattice

Amazon VPC Lattice, a simplified networking service for secure & easier service to service communication, is now generally available... read more  

Announcing the general availability of Amazon VPC Lattice
Link
@faun shared a link, 3 years ago
FAUN.dev()

The Solution Architect's Guide to Serverless

The author, a former advocate for building 100% serverless cloud applications, now believes that the best way to build software is the one that solves the business problem with the lowest total cost of ownership. They dispel myths around serverless services, such as they are only for serverless app.. read more  

The Solution Architect's Guide to Serverless