Balraj Singhbalrajsingh.hashnode.dev·Sep 12, 2024Creating a Starbucks Clone on AWS: A Comprehensive DevSecOps GuideIn this blog, we’ll guide you through deploying a Starbucks clone on AWS using a DevSecOps approach. This method combines development, security, and operations practices to ensure a smooth and secure deployment. We’ll cover the key steps, the technol...DiscussGitHub
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Sep 5, 2024How to Dockerize a Project: Day 2 of Kubernetes 40-Day SeriesDocker is a popular tool for packaging and running applications in containers. Containers are isolated environments that share the host operating system's kernel, making them lightweight and efficient. In this blog post, we will learn how to dockeriz...DiscussDocker
Kumar Rohitkrohit-de.hashnode.dev·Aug 15, 2024Hello Spark on MinikubeMinikube is a beginner-friendly tool that lets you run a Kubernetes cluster on your local machine, making it easy to start learning and experimenting with Kubernetes without needing a complex setup. It creates a single-node cluster inside a virtual m...Discuss·43 readsExperiments on Minikube 🚀sparksql
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 27, 2024Generating a Docker Image for a Spring Boot Application 🤯Introduction Docker has revolutionized the way developers build, ship, and run applications. By encapsulating applications and their dependencies into containers, Docker ensures that software runs consistently across different environments. This guid...Discuss·21 likes·47 readsdocker image for springboot aplication
Byung Joo Jeongjoo.hashnode.dev·Jul 27, 2024BookStore Docker 4 : Dockerlize Spring Application & Connect to MySQL Container With Dockerfile + docker-compose.ymlForeword I've tried to dockerize Spring boot application and connect it to mysql-container. But the processes were based on manual steps (only by Dockerfile), which means hand-operated by command after building Spring Docker Image by Dockerfile. This...Discuss#managing multiple containers
Byung Joo Jeongjoo.hashnode.dev·Jul 23, 2024BookStore Docker 1 : Docker Basic With Process of creating MySQL Docker Image and ContainerSimply Put, Through all my docker documentation, I will leave the processes, and my goal is simple "create Docker Container for MySQL, and then link mysql-continaer to Spring Boot Project." Reference Link (MySQL Monitoring) https://joo.hashnode.dev/b...Discussdocker container
Goofran Shaikhdevgoofran.hashnode.dev·Jul 22, 2024Basics of DockerGetting Started with Docker: A Comprehensive Guide Docker is a powerful platform for developing, shipping, and running applications inside containers. Containers are lightweight, portable, and self-sufficient units that can run applications and their...Discussnode docker
TOLANI AKINTAYOdevopsforjesus.hashnode.dev·May 21, 2024The Deployment Of an Odoo Web App Using Docker-Compose With a Persistent AWS RDS PostgreSQL Database.REASONS FOR AN EXTERNAL PERSISTENT DATABASE. An external persistent database is essential for our Odoo web application to ensure data durability and consistency. Using a persistent PostgreSQL database with Docker Compose, we can maintain data integri...Enaikele Omoh kelvin and 2 others are discussing this3 people are discussing thisDiscuss·24 likes·206 readsOdoo
Abhay Porwalabhayporwals.hashnode.dev·Apr 26, 2024Containerize a Vite+React Application - A Joyful RideNow, I think you have at least Docker installed on your machine and know about Vite + React. Obviously, you know otherwise why a random person suddenly wants to containerize a Vite application, LOL! Anyways, Let's Start. To Chaliye Shuru Karte Hae😊 ...DiscussDocker
Shreyash Sinhashreyashsinhablogs.hashnode.dev·Mar 13, 2024Simplifying Jenkins Declerative CI/CD Pipeline WorkflowWhat is Jenkins? Jenkins is an open-source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration, and continuous delivery. it is a development tool that...Discuss·2 likes·30 readsJenkins