Tag: DevSecOps

  • How to Setup AWS EKS Cluster using Terraform: Day-07

    How to Setup AWS EKS Cluster using Terraform: Day-07

    This guide will walk you through the process of setting up the necessary AWS infrastructure for your Terraform deployment, including an Ubuntu server, IAM user with appropriate permissions, and an S3 bucket for storing Terraform state files. and finally setup EKS cluster with terraform files. Prerequisites Part 1: Creating an Ubuntu Server Part 2: Creating…

  • How to install Minikube on Ubuntu 24.04: Day-05

    How to install Minikube on Ubuntu 24.04: Day-05

    Are you looking to run Kubernetes locally for development and testing? Minikube is the perfect solution, allowing you to spin up a single-node Kubernetes cluster on your Ubuntu machine. In this guide, we’ll walk through the complete installation process of Minikube on Ubuntu 24.04. Prerequisites Before we begin, ensure your system meets the following requirements:…

  • How to Setup High Availability Kubernetes Cluster on AWS

    How to Setup High Availability Kubernetes Cluster on AWS

    Kubermatic KubeOne automate cluster operations on all your cloud, on-prem, edge, and IoT environments. watch video here : Used github: https://github.com/kubermatic/kubeone.git Ubuntu 24.04 server on AWS Step 1 — Downloading KubeOne The easiest way to download KubeOne is to use our installation script. The following command will download and run the script: The script downloads…

  • Kubernetes Advancement with Naruto verse: Day-03

    Kubernetes Advancement with Naruto verse: Day-03

    Introduction In the world of container orchestration, Kubernetes stands as the undisputed Hokage of cloud-native technologies. Let’s explore how the ninja world of Naruto perfectly parallels the evolution and concepts of Kubernetes. The Pre-Kubernetes Era: The Ninja War Before Kubernetes (K8s), managing containers was like the chaotic ninja war era – uncoordinated, complex, and challenging to maintain. Developers struggled with: In the…

  • Kubernetes Learning Journey: Day-02

    Kubernetes Learning Journey: Day-02

    Introduction to Kubernetes Kubernetes, often referred to as K8s, is a powerful open-source platform that has become the cornerstone of modern cloud computing. It automates the deployment, scaling, and management of containerized applications, allowing businesses to focus on innovation rather than infrastructure. Originally developed by Google, Kubernetes is now maintained by the Cloud Native Computing…

  • DevOps Workflow with Docmost: The Ultimate Open-Source Wiki

    DevOps Workflow with Docmost: The Ultimate Open-Source Wiki

    Open-source collaborative wiki and documentation software Create, collaborate, and share knowledge seamlessly with Docmost.Ideal for managing your wiki, knowledge-base, documentation and a lot more. Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion. Features Prerequisites: Now, let’s get started and dig deeper into each of these…

  • DevOps Hands-On: Bash Script for PostgreSQL Backup & Restore | Task 1

    DevOps Hands-On: Bash Script for PostgreSQL Backup & Restore | Task 1

    Task – 1 Create a bash script to restore and backup a database Do the following tasks: Requirements 1. Explore about PostgreSQL command basic 2. Learning bash script 3. You can create dummy database for testing or get it somewhere else Scripts: 1. Backup a database (any) on PostgreSQL to S3 2. Restore a database…

  • Secrets to Landing a DevOps job | Episode 1

    Secrets to Landing a DevOps job | Episode 1

    Why You’re Not Getting Hired and How to Change That Hello everyone! My name is Ajay Kumar Yegireddi. Today, I want to talk about a topic that many of you might be facing: the struggle to land a job. I want to share my experiences and insights to help both experienced professionals and newcomers in…

  • Continuous Deployment and Continuous Monitoring

    Continuous Deployment and Continuous Monitoring

    CONTINUOUS DEPLOYMENT Continuous Deployment (CD) is a software development practice that builds upon the principles of Continuous Integration (CI) and Continuous Delivery (CD). It is an approach that aims to automate the entire software release process, from code changes to production deployment, with minimal human intervention. The primary goal of Continuous Deployment is to enable…

  • Open Source Project: DevSecOps for OpenAI Chatbot UI Deployment | DevSecOps

    Open Source Project: DevSecOps for OpenAI Chatbot UI Deployment | DevSecOps

    In today’s digital landscape, user engagement is key to the success of any application. From websites to mobile apps, providing users with interactive and personalized experiences is essential. That’s why we’re thrilled to announce our latest endeavor: What is ChatBOT? ChatBOT is an AI language model trained on vast amounts of human conversation data. It’s…