Harsh Soniharshdevopss.hashnode.dev·Dec 22, 2024Kubernetes Made Easy: Understanding Deployments, ConfigMaps, and SecretsKubernetes makes managing containerized applications easier. In this blog, we'll walk you through deploying a sample application, configuring it using ConfigMaps, and securing sensitive data with Secrets. Let’s get started! Step 1: Clone the Project...AWS
Pradumna Sarafblog.pradumnasaraf.dev·Dec 21, 2024Publishing Multi-Arch Docker images to GHCR using Buildx and GitHub ActionsThe industry has seen a huge shift in machines towards using ARM base CPUs like Apple Silicon to Snapdragon X from X86, and it's become essential to build images that support multiple architectures and run containers that are compatible and aligned w...DevOpsDocker
Dan McGhandanmcghan.hashnode.dev·Dec 20, 2024An Overview of the Oracle SQLcl Projects Development ProcessSQLcl Projects is a new feature of SQLcl that aims to standardize and streamline the development lifecycle of Oracle Database and APEX applications. This post provides a high level overview of what the development process looks like. Here are a coupl...12 likes·552 readssqlcl
Shivam Singhjenkins-learnng.hashnode.dev·Dec 21, 2024My First Steps with JenkinsIntroductionHey everyone! 👋After completing my GitHub Actions learning, I decided to dive into Jenkins, one of the most popular tools in DevOps. In this article, I’ll share why I chose Jenkins, my initial experience, and how I’m progressing. Learnin...Jenkins
Bittu Sharmabittublog.hashnode.dev·Dec 20, 2024How to Implement a Secure DevSecOps PipelineSetup Infra To create an Ubuntu EC2 instance in AWS, follow these steps: 1. Sign in to the AWS Management Console: Go to the AWS Management Console at https://aws.amazon.com/console/. Sign in with your AWS account credentials. 2. Navigate to E...29 readsDevSecOps
Harsh Soniharshdevopss.hashnode.dev·Dec 20, 2024How to Launch a Kubernetes Cluster with Deployment and Deploy a ToDo AppKubernetes is an amazing tool for managing containerized applications. Today, we’ll dive into how to launch a Kubernetes cluster with a Deployment configuration. We'll deploy a sample ToDo application, leveraging Kubernetes’ auto-healing and auto-sca...AWS
Okesanya Samueldevopsmaestro.hashnode.dev·Dec 19, 2024Cost Optimization and Automation: A Full Stack GitOps WorkflowIntroduction This might be an unusual way to start an article, but have you ever heard of a developer accidentally deleting an application branch? It happens! When designing and implementing infrastructure, there are many moving parts, especially as ...2 likesGrafana
Harsh Soniharshdevopss.hashnode.dev·Dec 19, 2024Easy Steps to Run Minikube and Kubernetes on AWS EC2 for BeginnersWhat is minikube? Minikube is a lightweight tool that spins up a local Kubernetes cluster within a virtual machine (VM). Think of it as your Kubernetes sandbox for learning and testing. Why Minikube?Here are some of its top benefits: Easy to Install...Devops
Niels Humbeckbuilding-data-products.com·Dec 18, 20247 Proven Best Practice to Master DataOps Architecture for Seamless Automation and ScalabilityDataOps is revolutionizing the way businesses manage and deploy data workflows, ensuring error-free production and faster deployment cycles. BERGH et al. (2019) outlined seven key best practices to implement a robust DataOps architecture. These steps...29 readsBuilding Data Products with DataOps Methodologydataops
Harsh Soniharshdevopss.hashnode.dev·Dec 18, 2024Step-by-Step Guide to Kubernetes Architecture for BeginnersIf you've ever wondered how modern applications are managed and scaled seamlessly across multiple environments, Kubernetes is the magic behind it all. In this blog, I’ll walk you through the basics of Kubernetes, its benefits, and its architecture in...Hashnode