Dockerizing a spring boot application, that uses more than one container. We have a spring boot application that takes user input as form data and saves it in a MySQL database. The context of dockerizing a spring boot application is so that other developer using my application doesn’t have to set up the tomcat server […]
DevOpsJava/JVMSoftware development
Why Docker? Has it ever happened to you that you create an application it runs successfully on your machine? You share this application with your friends because it doesn’t work on their machines. But it worked on my machine !! What is Docker? Docker is a tool for running applications in an isolated environment, it […]
Introduction Customizing your Azure AD sign-in pages, visible when users sign in to your organization’s tenant-specific apps, such as https://outlook.com/tothenew.com, https://passwordreset.microsoftonline.com/?whr=tothenew.com (where tothenew.com should be replaced by the domain used by your tenant/organization) has now become more feasible using the Azure AD Custom Branding option. We will configure the same and see how it works. […]
Need for Authentication: To communicate with Azure Resources we need to do authentication, suppose you have an application that monitors Azure resources. To fetch azure resources data from the azure account, we need a connection string or secrets to do Azure Authentication. Ather that, these all secrets are shared with the application developer who integrates […]
Implementation of AWS EKS Node Group Using Terraform Manages an EKS Node Group, which can provision and optionally update an Auto Scaling Group of Kubernetes worker nodes compatible with EKS. Amazon EKS managed node groups automate the provisioning and lifecycle management of nodes (Amazon EC2 instances) for Amazon EKS Kubernetes clusters. With Amazon EKS managed […]
Introduction Amazon Elastic Kubernetes Service (Amazon EKS) is a part of AWS services that anyone can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes which is also the basic benefit of using cloud services allows you to use the managed services by the […]
There are many factors which are important when choosing the proper service provider which is needed for hosting developer work. Azure DevOps is a tool which allows teams to plan their work, and host their code sets along with the deployment of their applications. This tool brings together the developers, project managers & other team […]
Introduction Amazon Elastic Map Reduce is a managed platform. We can run big data frameworks like Apache Hadoop and Apache Spark on AWS to process and analyze large volumes of data. We can process huge amounts of data for analytics purposes and business intelligence workloads with help of this framework. Amazon Elastic Map Reduce also […]
Introduction Amazon ECS (Elastic Container Service) is a highly scalable & fully managed container orchestration service that allows us to easily run, manage and scale containerized applications on AWS. With ECS, it’s not required to manually install or operate any container orchestration software, or even to schedule containers on a set of computing machines. Also, […]