article thumbnail

Creating a Talos Linux Cluster on Azure with Pulumi

Scott Lowe

A little over a month ago I published a post on creating a Talos Linux cluster on AWS with Pulumi. Talos Linux is a re-thinking of your typical Linux distribution, custom-built for running Kubernetes. Talos Linux has no SSH access, no shell, and no console; instead, everything is managed via a gRPC API.

Linux 74
article thumbnail

What’s Free at Linux Academy — March 2019

Linux Academy

By adding free cloud training to our Community Membership, students have the opportunity to develop their Linux and cloud skills further. Each month, we will kick off our community content with a live study group, allowing members of the Linux Academy community to come together and share their insights in order to learn from one another.

Linux 80
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Technology Short Take 144

Scott Lowe

I have a fairly diverse set of links for readers this time around, covering topics from microchips to improving your writing, with stops along the way in topics like Kubernetes, virtualization, Linux, and the popular JSON-parsing tool jq. Michael Kashin shares the journey of containerizing NVIDIA Cumulus Linux. Networking. Kudos to J.

Linux 90
article thumbnail

Technology Short Take 151

Scott Lowe

Nick Schmidt talks about using GitOps with the NSX Advanced Load Balancer. I found it easier/better than the documentation on the HashiCorp web site, in fact. Dennis Felsing shares some thoughts on switching to macOS after 15 years on Linux. BIOS updates without a reboot , and under Linux first? Servers/Hardware.

article thumbnail

Technology Short Take 153

Scott Lowe

Xavier Avrillier walks readers through using Antrea (a Kubernetes CNI built on top of Open vSwitch—a topic I’ve touched on a time or two) to provide on-premise load balancing in Kubernetes. Matt Oswalt takes readers though a fairly in-depth look at sockets and address binds in Linux. Servers/Hardware.

Linux 74
article thumbnail

Technology Short Take 144

Scott Lowe

I have a fairly diverse set of links for readers this time around, covering topics from microchips to improving your writing, with stops along the way in topics like Kubernetes, virtualization, Linux, and the popular JSON-parsing tool jq along the way. Michael Kashin shares the journey of containerizing NVIDIA Cumulus Linux.

Linux 60
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

The easiest way to install Minikube is by following the official installation documentation. You can look at the official documentation to see what you will modify if you’re using Linux or Windows: $ curl -LO [link] -s [link] && chmod +x kubectl && mv kubectl /usr/local/bin/. Good luck and happy learning!