Category Archives: Kubernetes

Category for Kubernetes

Home Archive by category "Kubernetes" (Page 2)
DevOps process
  Deploy Jenkins on the Kubernetes cluster with AWS EFS In this tutorial, we will deploy real-world applications on a Kubernetes cluster. We will continue to use AWS as our cloud provider and continue to integrate AWS services with the Kubernetes cluster. In this tutorial, we will use the follo...
WordPress logo 2
  PART 2 In Part 1, of this tutorial the details of how the WordPress pods are deployed, the deployment files and the infrastructure that is required to deploy a WordPress application on Kubernetes cluster.  In Part 2 of this tutorial, we will actually deploy all the files and test the Wor...
WordPress logo 2
  Part 1 Introduction In this 2 part tutorial, we will deploy real-world applications on a Kubernetes cluster. We will continue to use AWS as our cloud provider and continue to integrate AWS services with the Kubernetes cluster. In this tutorial, we will use the following AWS services EC2 insta...
Amazon EFS with EC2
In this tutorial, we will look at configuring AWS EFS (Elastic File System) on an EC2 instance. All our Kubernetes deployments use EFS, so before we dive to real world deployments, let’s get this infrastructure ready. So far in our series of blogs (part1, part2, part3, part4, part5) of deploying a...
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); });