JBJulian Balogindevshell.io·May 19, 2021 · 8 min readKubernetes Secrets in MicroK8sA quick dive into how secrets are managed and stored in Kubernetes, MicroK8s in particular, noting some of the related security concerns. Table of contents Installing MicroK8s macOS Ubuntu RHEL/CentOS Working with Kubernetes secrets MicroK8s s...00
JBJulian Balogindevshell.io·May 19, 2021 · 1 min readMastering Linux AdministrationA comprehensive guide to installing, configuring, and maintaining Linux systems in the modern data center. Available from Packt Publishing! In a new book from Packt Publishing, which I co-wrote with Alex Calcatinge, we take a fresh look at Linux adm...00
JBJulian Balogindevshell.io·Feb 9, 2019 · 4 min readDocker with Amazon ECSLooking to deploy your Docker containers with Amazon Elastic Container Service (ECS)? Here's a brief guide to get you going. This article uses the AWS and ECS CLI tooling in the process. Amazon ECS is a highly scalable, high-performance container or...00
JBJulian Balogindevshell.io·Feb 1, 2019 · 3 min readLimit SSH Access on LinuxAllow or deny SSH? You may want to provide secure and limited SSH access to your public hosts, using SSH keys. Here's a simple way to do it. Care for better security with SSH? If you do, perhaps you don't want to allow root SSH access to your public...00
JBJulian Balogindevshell.io·Jan 26, 2019 · 2 min readSecure FTP with LinuxSecure FTP communication with your Linux host. These instructions apply to Ubuntu 18.04 and can easily be adapted for a vast majority of Linux platforms. Install FTP Server Run the following commands to install FTP (vsftpd): sudo apt-get update sudo...00