Prem Shindeshindeprem.hashnode.dev·Dec 12, 2024Jenkins + Docker Hub: Automate Build & Push EffortlesslySo far, we've explored various Docker concepts like how Docker works, Docker images, building images, Dockerfiles, Docker Hub, networks, volumes, layers, and caching. In this article, we'll take it a step further by automating the entire process. Ima...26 readscicd
Balraj Singhbalrajsingh.hashnode.dev·Dec 10, 2024Seamless Application Deployment to Kubernetes Using a Fully Automated CI/CD PipelineThis project involves setting up an automated CI/CD pipeline for Kubernetes to deploy a Register App using Jenkins, Ansible, Docker Hub, and Kubernetes. The automation ensures that any change in the GitHub repository triggers the pipeline, which then...Kubernetes
Asfaq Leeonleeonscoding.hashnode.dev·Dec 7, 2024Containerize a very simple Spring Boot application using DockerWe are in the microservice era, we need to deploy our applications very fast. Before containers, Kubernetes etc. deploying a Java or Spring boot project was a painful process. Today I’m going to containerize a very simple Spring boot application usin...Docker
Syed Dadapeerdrops.hashnode.dev·Dec 1, 2024Day 17 DevOps Task: Hands-on Docker Project for EngineersEver wonder how your favorite apps and websites run smoothly, no matter where you access them from? 🌐 Well, a lot of that magic happens behind the scenes with tools like Docker! Think of Docker as a little box 📦 that holds your entire app and all t...90DaysOfDevOpsDocker
Prem Choudharyprem14choudhary.hashnode.dev·Nov 30, 2024Cannot able to login with docker🐠...??Here’s the solution: 1. Login to docker hub.2. Click on account settings in the top right corner.3. Scroll down to token.4. Create a token.5. ssh to you EC2 instance.6. Run docker login ghcr.io --username <your_username> --password <your_access_token...Docker
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 28, 2024From Local to Global: Sharing Your Docker Images on DockerHub SimplifiedPrerequisite: You need to have an account on DockerHub. If you don't have one, you can sign up easily and for free. Steps to push your image from local to global: Visit DockerHub and sign in: DockerHub Click on your profile and then select Accoun...local image
Prashant Sharmaprashantoncloud.hashnode.dev·Nov 17, 2024A Beginner's Guide to Docker: From Writing a Dockerfile to Pushing Your Image to Docker HubGetting started with Docker involves a series of steps, from writing a Dockerfile to building and pushing Docker images to Docker Hub. Below is a step-by-step guide on how to achieve this, including Docker commands and snippets: 1. Install Docker Fir...30 readsDocker
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...1 like·172 readsGitHub
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Nov 11, 2024Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ KubernetesIntroduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...Infrastructure as code
Manoj Shetmanojshet.hashnode.dev·Nov 7, 2024Building a FullStack Blogging Application: A DevOps Pipeline with Jenkins, Maven, SonarQube, Nexus, Docker, Trivy, and AWS EKSBuilding an efficient and reliable DevOps pipeline is essential for streamlined application delivery in modern development environments. This blog details the design and implementation of a comprehensive DevOps pipeline tailored for a Java-based Full...Jenkins