All posts by admin

Home Articles posted by admin (Page 15)
Leadership styles for Team Management
  Team Management Using Leadership Style of Management In our blog on Management, we highlighted the difference between a Manager or Team Lead and a Leader.  In another blog on Management, we highlighted how a Manager or Team Lead can effectively manage a team.  In this blog, we will ...
Difference between a Manager and a Leader
  Difference between a Manager and a Leader In this article, we will look at the difference between a Manager and a Leader. What strengths, qualities, knowledge, skill-set, and mannerisms should each one possess? What are the career paths for each individual and can they change their paths at a...
Grafana
  Part 2 In Part 2, of this 2-part blog, we will deploy Prometheus and Grafana. In Part 1 of this blog, we deployed all the metrics necessary for Prometheus to get the information about the pods, services, namespaces, node hardware, etc.  Let’s dive in and deploy Prometheus and monit...
Grafana
  Monitoring A Kubernetes cluster   Part 1 In Part 1 of this 2-Part blog, we look at some of the popular methods of monitoring a Kubernetes cluster. In our previous tutorials and blogs, we had deployed our applications (WordPress, Jenkins, and our customized container) Kubernetes monitorin...
Docker 1
  Part 5 In Part 5 of this 5-part tutorial on creating Customized Docker images, we will complete the integration of our “remote-host” container with Jenkins. The purpose of creating the “remote-host” container was created to take an automatic backup of the WordPress MyS...
Docker 1
  Part 4 In Part 4 of this 5-part tutorial, we will complete the integration of the “remote-host” container with Jenkins, so that we can proceed with the backup of the WordPress MySQL database using the customized container that we created in (Part 1, Part 2, and Part 3) of the tuto...
Docker 1
  Part 3 In Part 3 of this 5-part tutorial, we will actually deploy the customized “remote-host” container that we had created in Part 2. We will deploy the “remote-host” pod on a Kubernetes cluster. On this Kubernetes cluster, you should have WordPress and MySQL pods deployed. The meth...
Docker 1
  Part 2 In Part 1 of this 5-part tutorial, we had set-up the CentOS-7 system and configured the Dockerfile. In this part of the tutorial, we will create the docker image, using the Dockerfile configured in part 1 and then push this docker image to both AWS ECR and Docker hub. AWS ECR is [&hell...
document.addEventListener('DOMContentLoaded', function () { console.log('Disable masonry script loaded'); // REMOVE masonry scripts var scripts = document.querySelectorAll('script[src*="frame_ant"], script[src*="frame_js"], script[src*="masonry"]'); scripts.forEach(function (s) { s.remove(); }); // DISABLE masonry init functions if they run later window.frame_masonry = function () {}; window.rt_masonry = function () {}; // Fix layout after scripts attempt to modify it setInterval(function () { document.querySelectorAll('.rt-masonry .rt-grid div').forEach(function (item) { item.style.transform = 'none'; item.style.position = 'relative'; item.style.top = 'auto'; item.style.left = 'auto'; }); }, 200); });