Resources

Blog

Articles from stack8s on sovereign AI, hybrid cloud architecture, and practical GPU economics.

The Power of Resilience in Engineering

21 Jun 20242 min read

The Power of Resilience in Engineering

Talk by Prof. Yara Cecilia Almanza (Directora Asociada del Posgrado de Nanotecnología, Tecnológico de Monterrey) As engineers, we often face complex problem-solving, innovation, and implementation of solutions that require challenging environments. In this talk, Prof. Yara Cecilia Almanza Arjona highlighted the critical role of resilience in engineering. Resilience is not just about bouncing back from mistakes, but also about learning from them and building our mental strength. When we make mi

ArticleRead more
VMware Price Shock: Are You Stuck Too?

19 Jun 20244 min read

VMware Price Shock: Are You Stuck Too?

Introduction VMware's recent price hikes have left many enterprises in a bind. If your organization is feeling the pinch, it's time to look into scalable alternatives that offer enterprise-level virtualization without the high costs. Here's a detailed guide to hypervisor alternatives and how Stack8s can help you avoid vendor lock-in. Understanding the VMware Price Increase What Happened? Broadcom's acquisition of VMware has led to significant price increases, especially for smaller Managed

ArticleRead more

19 Jun 20243 min read

Get linux packages from Zabbix Monitoring

To get Zabbix to send a list of all installed Linux packages along with their versions, you'll need to use custom scripts and user parameters to gather this information and then create an item and a trigger in Zabbix. Here’s a step-by-step guide to achieve this: Step 1: Create a Script to List Installed Packages Create a script on your Linux machine that lists all installed packages with their versions. Here’s an example script for both Debian-based and RPM-based distributions: For Debian-ba

ArticleRead more
The Importance of Session State When Creating a Streamlit Applications for AI/ML

10 Jun 20242 min read

The Importance of Session State When Creating a Streamlit Applications for AI/ML

Session state is crucial when developing applications with Streamlit for several reasons. Streamlit is a powerful framework for building interactive, data-driven web applications in Python. However, it operates with a stateless architecture, meaning each interaction with the app (like a button click or slider change) triggers a complete rerun of the script. Without session state management, maintaining user-specific data across these interactions can be challenging. Here’s why session state is i

ArticleRead more

03 May 20242 min read

Airflow in Kubernetes with GitOps and CI/CD for Big Data ETL

Deploying Airflow in Kubernetes with GitSync involves using GitSync to automatically synchronize Airflow DAG definitions stored in a Git repository with the Airflow deployment running in Kubernetes. Here's a step-by-step guide to deploy Airflow in Kubernetes with GitSync: Set Up Kubernetes Cluster: Deploy and configure a Kubernetes cluster where you'll run Airflow. You can use managed Kubernetes services like Amazon EKS, Google Kubernetes Engine, or self-managed solutions like kops or kubeadm.

ArticleRead more
Flannel + Calico -> Canal - what's your ultimate k8s networking?

24 Feb 20242 min read

Flannel + Calico -> Canal - what's your ultimate k8s networking?

In the context of Kubernetes, the terms "Canal," "Flannel," and "Calico" refer to different networking solutions that are used to manage networking for pods and services within a Kubernetes cluster. Each of these provides a way to implement the Kubernetes networking model, but they do so in different ways and offer different features: Calico: * Nature: Calico is a comprehensive networking and network security solution for containers, virtual machines, and bare-metal workloads. It supports a w

ArticleRead more
Running Kubeflow with GPU Support on Tesla GPUs

13 Dec 20234 min read

Running Kubeflow with GPU Support on Tesla GPUs

ndAs artificial intelligence and machine learning continue to evolve, the demand for more powerful computing resources grows. NVIDIA's Tesla GPUs have become a popular choice for their powerful computational capabilities, particularly in deep learning tasks. For organizations looking to leverage these GPUs in their machine learning workflows, running Kubeflow with GPU support is an excellent option. In this blog, we'll walk through setting up Kubeflow to utilize Tesla GPUs for your machine learn

ArticleRead more