Acquire AGIX Support For Kubernetes & Docker

The AGIX team of technicians has plenty of experience in deploying Docker containers and has written plenty of Kubernetes articles in the AGIX technical block which is freely available to anyone interested in DIY computing.

Kubernetes & Docker Case Study

More systems are being distributed by Docker containers (images) in recent times due to the reliability and consistency of such a distribution method. AGIX clients often request new systems which can easily and quickly be deployed using Docker.

The time saved by using Docker compared with traditional distribution and deployment methods is considerable, and the money savings is significant.

Contact our friendly team to get started.

Kubernetes & Docker Web Servers Windows

Docker for Windows – Install, run and launch a Web Server in Docker

This article shows how to install Docker for Windows 10 (and probably 11), and then start a web server in a Docker container. Install Docker Visit “https://www.docker.com/products/docker-desktop” and download Docker installer. Start the installation process (you’ll need local admin privileges). During the installation process, the wizard will ask if you

Read more
All HowTo's Kubernetes & Docker Linux Ubuntu, Mint & Debian Linux Web Servers

Kubernetes (MicroK8s) Part 2 – Replica Sets and Scaling on Ubuntu 20.04

This article continues from Part 1 – Installation and configuration. We can create a replica set (replicateset) or “rs” for short, so we can scale an application to meet demand. Create a file on the Kubernetes host called “my-rep-set.yaml” and populate it with the following: Tip: This is just an

Read more
All HowTo's Cyber-Security Kubernetes & Docker Linux Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux

Installing Bitwarden in Docker on Fedora

This article is quick walk-through explaining how to install Bitwarden on Fedora 32 but should work on CentOS 7 and 8 as well as RHEL. Install the docker packages: yum install docker docker-compose systemctl enable docker systemctl restart docker Download the Bitwarden scripts: curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh chmod +x bitwarden.sh

Read more