Cloud Native with Carlos Santana

Share this post
Newsletter of Carlos Santana - Issue #29
news.santana.dev

Newsletter of Carlos Santana - Issue #29

Carlos Santana
Mar 8, 2022
Share this post
Newsletter of Carlos Santana - Issue #29
news.santana.dev

Thank you to all you that recently joined my weekly newsletter, welcome to this issue #29 as always I tried to categorize the resources into News, Assets, and Skills.

If you wonder how can you help with the conflict in Ukraine there are many organizations you can donate to, and also encourage your employer to donate to help the large number of refugees.


News

Knative accepted as a CNCF incubating project | Cloud Native Computing Foundation — www.cncf.io The CNCF Technical Oversight Committee (TOC) has voted to accept Knative as a CNCF incubating project. Knative is an open source, Kubernetes-based platform for…

Liz Rice on Programming the Linux Kernel with eBPF, Cilium and Service Meshes — www.infoq.com Charles Humble discusses eBPF, a way of making the Linux kernel programmable, with Liz Rice.

Using Machine Learning to Actively Secure Cloud Native Apps – The New Stack — thenewstack.io It's not enough to simply ward off threats. Tigera's Calico Cloud now uses machine learning to actively find and mitigate vulnerabilities.

Introducing apko: bringing distroless nirvana to Alpine Linux — blog.chainguard.dev

Earlier today, Chainguard released version 0.1 of our apko tool. This tool allows for the composition of so-called “distroless” images from APK-based software distributions, such as Alpine Linux, using a declarative configuration. 

Acquisitions Are Good for the Developer Ecosystem – The New Stack — thenewstack.io A look at Mirantis' acquisition of Docker Enterprise and Lens, and the benefits to the developer and Kubernetes ecosystem that it's created in the past two years.

buildkit-machine: A brand new project to enable building/pushing container images without requiring a Docker Daemon based on BuildKit | by developer-guy | Mar, 2022 | Medium — batuhan-apaydin-11378.medium.com In the previous blog post, we talked about a brand new toolkit (lima + nerdctl + rancher-desktop) that we can use to work with container images, and in that blog post, we mentioned the…

Podman v4.0.0 Released

Podman v4.0.0, a brand-new major release, is now available. Podman 4.0 is one of our most significant releases ever, featuring over 60 new features.

ArgoCD v2.3.0 Released — github.com Declarative continuous deployment for Kubernetes. Contribute to argoproj/argo-cd development by creating an account on GitHub.

Exploring eBPF – Part 3: Getting Started with Hubble — nicovibert.com Welcome to the third post in my eBPF series: in my first post, I introduced eBPF and walked through how to use a sample code, in the second post, I talked about Cilium, an eBPF-based networking plugin for Kubernetes. In this third post, we're going to jump straight from the previous post and leverage Cilium's…

Twitter avatar for @csantanapr
Carlos Santana @csantanapr
A prototype of the minikube GUI 🚀 @minikube_dev team is looking for feedback from the community start, stop, and delete multiple clusters. It also allows you to access the Kubernetes Dashboard and SSH into the cluster (currently Linux only) with the click of a button.
Image
5:58 PM ∙ Mar 4, 2022
78Likes15Retweets

Suborbital Launching Sat Beta-1: Still tiny, still mighty — blog.suborbital.dev Today we're happy to announce that our open source WebAssembly edge compute server Sat is now in beta! We've spent the past few months testing, refining, and simplifying it to enable some essential cloud computing use-cases. Best of all, the original...

Build your perfect Google Cloud infrastructure using Terraform and the gcloud CLI — cloud.google.com Learn more about how declarative export allows you to export the current state of your infrastructure into a descriptive file compatible with Terraform.

Year of the Tiger: $110 million to build the future of data for developers worldwide — www.timescale.com Timescale just raised $110 million in our Series C, led by Tiger Global alongside all existing investors: Benchmark, New Enterprise Associates, Redpoint Ventures, Icon Ventures, and Two Sigma Ventures.

Assets

Debuggging with tmate · Actions · GitHub Marketplace · GitHub — github.com Debug your GitHub Actions Environment

Killercoda Interactive Environments — killercoda.com Interactive E-learning CKS Kubernetes Security

GitHub - aquasecurity/tfsec: Security scanner for your Terraform code — github.com Security scanner for your Terraform code. Contribute to aquasecurity/tfsec development by creating an account on GitHub.

GitHub - Seagate/cortx: CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices. — github.com CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices. - GitHub - Seagate/cortx: CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.

GitHub - lightrun-platform/koolkits: 🧰 Opinionated, language-specific, batteries-included debug container images for Kubernetes. — github.com 🧰 Opinionated, language-specific, batteries-included debug container images for Kubernetes. - GitHub - lightrun-platform/koolkits: 🧰 Opinionated, language-specific, batteries-included debug container images for Kubernetes.

DNS for Families with Cloudflare 1.1.1.1

Use 1.1.1.2 Use the following DNS resolvers to block malicious content. And 1.1.1.3 to block malware and adult content

GitHub - lowlighter/metrics: 📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON! — github.com 📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON! - GitHub - lowlighter/metrics: 📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

GitHub - hashicorp/terraform-cdk: Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform — github.com Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform - GitHub - hashicorp/terraform-cdk: Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform

GitHub - tsenart/vegeta: HTTP load testing tool and library. It's over 9000! — github.com HTTP load testing tool and library. It's over 9000! - GitHub - tsenart/vegeta: HTTP load testing tool and library. It's over 9000!

Skills

What is a Kubernetes Ephemeral Container? | DevOps Learners — devopslearners.com An ephemeral container is a concept of adding a container in an exiting pod for debugging purposes. You can also debug a pod in CrashLoopBackOff state.

Carvel kbld With Helm Post Render - Live and let Learn — liveandletlearn.net

For the past couple of years I’ve been working on the Kubeapps project, which until recently has been a UI dashboard for the Helm project - providing a simple, web-based UI to deploy applications on Kubernetes.

Display Linux Distribution Logo in ASCII Art in Terminal - It's FOSS — itsfoss.com Wondering how they display Linux logo in terminal? With these tools, you can display logo of your Linux distribution in ASCII art in the Linux terminal.

Saving on Amazon CloudWatch Logs costs - DEV Community — dev.to Amazon CloudWatch Logs costs can get out of hand quickly. Here is the remedy. Tagged with aws, serverless, typescript, observability.

6 steps for migrating a PostgreSQL database between containers | Enable Sysadmin — www.redhat.com Upgrading your container-based database? Keep the process straightforward using these steps.

Linux commands I use as a Cloud and DevOps Engineer — blog.rishabkumar.com Top 7 Linux commands I use as a Cloud and DevOps Engineer

How to route UDP traffic into Kubernetes | Amazon Web Services — aws.amazon.com Since its release, Amazon Elastic Kubernetes Service (Amazon EKS) has been helping customers to run their applications reliably and at scale. UDP, or User Datagram Protocol, is a low-latency protocol that is ideal for workloads such as real-time streaming, online gaming, and IoT. The Network Load Balancer (NLB) is designed to handle tens of millions […]

Share this post
Newsletter of Carlos Santana - Issue #29
news.santana.dev
Comments
TopNew

No posts

Ready for more?

© 2023 Carlos Santana
Privacy ∙ Terms ∙ Collection notice
Start WritingGet the app
Substack is the home for great writing