Combining Kubernetes And wasmCloud

With every new iteration of technology, platforms, and deployment methodologies, the goal is simple – faster and more efficient practices. The problem is...

3 min read

All Stories

Duck DB: Query Processing Is King

One of the ways in which modern databases silently helped rather poor programs during the first dot-com boom of the late...

4 min read

Top Lightweight Open Source Kubernetes Distros for Learning and Testing

If you are a beginner looking to learn Kubernetes basics or an experienced developer, DevOps, SRE or a Platform engineer looking...

9 min read

CKA Recap — Deployment

Deployment Basic CMD # Create kubectl create deploy NAME --image=IMAGE --replica NUM # Scale (or use kubectl edit) kubectl scale deploy...

1 min read

Linux: How to Use Cron to Schedule Regular Jobs

When you use Linux, you have everything at your disposal to create a powerful, flexible, and automated environment for whatever purpose...

3 min read

Instalação do RKE2 em HA

1. Apresentação Neste artigo, demonstro a instalação de um cluster em HA (High Availability -> Alta disponibilidade) utilizando a distribuição Kubernetes...

7 min read

ClusterIP vs. NodePort

ClusterIP kubectl expose deployment nginx --name nginx-svc --port 8080 --target-port 80 NodePort kubectl expose deployment nginx --name nginx-svc --port 8081 --target-port...

53 sec read

New Astro Releases Incorporates Sessions, New Astro Actions Tools

The Astro team was busy before the holidays, releasing Astro 5.1 on Dec. 19. This minor release of the web development...

3 min read

Key Lessons and Mistakes from Setting Up EKS Clusters

Setting up an Amazon Elastic Kubernetes Service (EKS) cluster is a common task for cloud-native organizations, but it’s not without its...

3 min read

Bodhi Linux Offers Desktop Enlightenment

Many moons ago, my favorite Linux desktop was Enlightenment. Not only was it a unique-looking desktop, it was also highly configurable....

3 min read

Learn the benefits of Kubernetes and why Airbnb, Spotify and CERN use it!

Kubernetes Explained: Benefits, Use Cases, and Why Airbnb,Spotify and CERN Rely on It 🤖 Lorenzo Tettamanti ・ Jan 1 #kubernetes #learning...

4 sec read

Explore →