Articles by Arvid L
-
How to Install Apache Kafka on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0Apache Kafka is a distributed data store for processing streaming data in real-time. Apache Kafka is used to building real-time streaming data pipelines and applications that adapt to the data stream, especially for enterprise-grade applications and mission-critical applications.
-
How to Install a Kubernetes Cluster with Kubeadm on Rocky Linux
Author: Arvid L • Tags: linux, server, virtualization • Comments: 1Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications. Kubernetes is the solution for the modern container deployment era. It provides service discovery and load-balancing, storage orchestration, automated rollout and rollback, self-healing service, secret and configuration management.
-
How to Setup Kubernetes Cluster with Kubeadm on Debian 11
Author: Arvid L • Tags: debian, linux, virtualization • Comments: 7Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications.
-
-
How to Setup Kubernetes Cluster with Kubeadm on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 5Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications. In this tutorial. I will show you how to set up a Kubernetes cluster on Ubuntu 22.04.
-
How to Install Sensu Monitoring Solution on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring • Comments: 0Sensu is an open-source infrastructure and application monitoring system designed for both container and non-container monitoring and multi-cloud infrastructure. In this tutorial, you will learn how to Install Sensu Monitoring Solution on Debian 11 server. You will also learn how to set up Sensu CLI for managing Sensu.
-
How to Setup SaltStack Master and Minion on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Salt or Saltstack is an open-source IT automation framework that allows administrators to execute commands remotely to multiple machines directly. By following this guide, you will install SaltStack Master and Minion on Rocky Linux servers.
-
How to Install NetBox IRM on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 3NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. Initially, it was created by the DigitalOcean team, and now became an open-source project released under the Apache 2 License. This article will walk you through the steps on how to install the NetBox Infrastructure Resource Modeling on a Debian 11 server.
-
How to Install CRI-O Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, virtualization • Comments: 0CRI-O is a lightweight container runtime alternative to Docker for Kubernetes. It's an implementation of Kubernetes CRI (Container Runtime Interface) and compliance with OCI runtime (Open Container initiative).
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, PostgreSQL, SQLite, MS SQL, and Oracle and the NoSQL such as MongoDB and others (via plugin).
-
How to Install Apache Tomcat on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, server, ubuntu • Comments: 0Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java code and applications. In this tutorial, we will show you step-by-step instructions on how to install Apache Tomcat on Ubuntu 22.04 server. This post will show two different methods for installing Apache Tomcat on the Ubuntu system and how to set up Apache2 http server as a reverse proxy for the Apache Tomcat application.