cloudwatch Monitoring Instance and Container Logs with CloudWatch Logs A blind spot in my overall monitoring and observability scheme is tracking instance and container logs. Yes, I can grab metrics at the instance and resource level, but reading actual
AWS Creating Docker Container Images Automatically on AWS! It is a chore to update and build container images. Personally speaking from managing this website running on containers, I hate having to create new container images and uploading it
prometheus Prometheus Setup You all know I started my career with Zabbix as my main monitoring tool. However the deeper I go into the devops world, architecture that can scale and respond to
ECS Migrating My Ghost Blog to AWS I haven't been blogging as much as I wanted to last month due to a very persistent cold that sidelined me for nearly two weeks. So this blog entry will
DNS Setting Up DNS Server on CentOS 7 DNS Server = 192.168.122.30 Host1 Client = 192.168.122.100 Install bind and bind-utils.yum install bind bind-utils -y2. Edit named.conf. Edit the /etc/named.conf file.
jenkins Installing Jenkins in a Container In an effort to become more comfortable with Docker, I will be deploying applications in containers moving forward! First test subject - Jenkins. What is Jenkins? Jenkins is a CI/
docker Setting up a Docker-CE and Docker Swarm You're probably familiar by now what Docker is. If you're new around here, Docker is a container platform similar to LXC. Docker Swarm is an container orchestration tool similar to