DevOps Rancher, Kubernetes and Debian 10 woes On my fresh, brand new installs, of Debian 10, Kubernetes pods could not talk to the outside world, nor could they talk to each other on the same node.
DevOps Debian Preseed and Docker Install Debian by only supplying a static IP address during install and install Docker configured for Kubernetes
C-Sharp Easy Health Checks in ASP.Net Core As we write more services we need a consistent and easy way of monitoring them.
DevOps RADVD on Debian 10 Now that I have IPv6 with Comcast working I wanted to make things automatic. I'm going to use radvd for that.
DevOps IPv6, Linux Firewall and Comcast Here's a general overview of my setup, Comcast Business for my internet, a Raspberry PI running Debian 10 (Buster) as my firewall/router.
Linux Expand EXT4 Disk in Debian 10 Once the reboot was completed I used fdisk to resize the partition then resize2fs to resize the filesystem. I did not unmount the filesystem during this process, EXT4 can be resized online.
DevOps Install Rancher OS in Hyper-V As I installed Rancher OS in Hyper-V I ran into a couple of issues. Here's what they were and how to get around them.
Docker Build Marlin Firmware in Docker with Configuration Management My biggest pain points have been the firmware and configuration management
DevOps Traefik 2.1 in Kubernetes As I migrate from Docker Swarm to Kubernetes I decided to use Traefik. Here's how to replace NGINX with Traefik 2.1 for Kubernetes Ingress.
DevOps Sticky Sessions in Traefik 2.1 As I move from Docker to Kubernetes I am moving to use Traefik 2.1 for my ingress. I need sticky sessions to support some of my applications.
Games Move RDP session to console I wanted to stream some games from my desktop through Steam after using remote desktop (RDP).
DevOps Sending signals to a service in a Swarm I found myself needing to send a signal (SIGHUP) to all running containers for a service in my swarm. It's not as straight forward as it should be.
DevOps Cleaning up your Docker Swarm Cluster Here's one way of running of a docker command across all your nodes in a swarm.
DevOps Script the creation of VM in Hyper-V It's about time I automated the creation of VM's in Hyper-V to mount the ISO's and start the VM's if necessary.
ASP.Net Plain and simple token authentication in ASP.NET Core 2.2 I am going to go over using JWTBearer authentication and using your own custom token-based authentication in Core 2.2.
DevOps Elastic Search, Beats and a reverse proxy The problem is because the HOST header isn't being sent (or it's incorrect) so the proxy doesn't know what to do with the request.
DevOps Adding HTTPS to Kibana and Elasticsearch This post will go over adding Kibana to my new ELK stack, enabling https, and talking to my Elasticsearch over https.
Linux Elasticsearch and SSL While moving my ELK stack into Docker I wanted to enable SSL. It's allowed for free in 7.2.0 so I might as well.
DevOps Elasticsearch, NFS, and locking issues As I migrated my ELK stack to Docker backed by an NFS share, my Elasticsearch container started spitting out errors about not able to obtain a lock.
DevOps Elasticsearch and trace logging for everything I needed to enable logging on everything for Elasticsearch. By everything I mean literally everything I mean literally everything, if there was a log line, I wanted to see it.
C-Sharp Add User Secrets to a .NET Core Console Application While building my console applications I want to be able to use UserSecrets. Just like I can in an ASP Core application.
DevOps Create Your Own Docker Registry in Docker Swarm As I build my Docker Swarm cluster, I am needing a private registry. This is so I can host my own images internally, without needing to use a cloud service.
DevOps Securing the remote Docker instance Now that we've made our Docker instance accessible from a remote machine, we need to secure it.
DevOps Docker Swarm On Debian and Hyper-V The servers are based on Debian, have 2 processors each, with 8 gigs of ram, all 3 are running on a single Hyper-V server. I will use certificate authentication with SSH, install sudo, vim, configure networking and setup a swarm instance.
DevOps Remote Docker Instance I'm building a multi node Docker Swarm cluster and want to connect to it from my local desktop. I'd like to use my local development tools to build all of my Docker related files and push them up to the cluster. Note, this is an unauthenticated,