Cloud migration is no longer a buzzword as organizations are well aware of the benefits of leveraging the cloud. Here are some insights from the 2016 State of IT Report, published by Salesforce Research that emphasize the importance of cloud adoption and migration. 68% of CIOs predict they will spend more on mobile applications, cloud migration […]
Python is readable, dynamic, pleasant, fast, flexible and powerful language. It is a programming language which helps you work quickly and integrate systems more easily. LANGUAGE FEATURES Interpreted It executes instruction directly without any compilation like in C, C++, Java. Python converts the source code into bytecode which is then translated into computer specific language […]
Container service is not new, it was built around ten years ago in Linux environment also known as Linux container (LXC). But today, docker is most popular and has become synonymous to containers. So before talking about some container technologies like Docker, Kubernetes, we have to understand what container service is, and what is the difference between VMs […]
Logs are very useful as it monitors and provides important information about the program such as activities, executions, real-time data etc. Log.io is a log management tool that monitors the system and provides real-time information on the system logs. It is a simple and effective application built on top of Node.js and Socket.io. Log.io is not […]
Through this blog, I would be explaining how to automate Docker deployments in AWS ECS using a Use Case. Prerequisite: Basic understanding of how Docker and AWS ECS works would be helpful. In the given use case, we have used microservices architecture, and earlier deployments were done manually. It used to take 15-20 minutes per service […]
Enterprises are adopting Cloud faster and cloud services have become one of the defining technologies in IT. Enterprises are tempted to migrate their existing infrastructure as well as build new applications for the cloud in order to maximize the benefits of Cloud Migration. The common factors promoting the migration of existing enterprise workloads to the […]
One of the most challenging tasks in any microservices ecosystem is the centralized log management, and there are many open source and paid solutions available in the market. In our ecosystem, we are using ELK stack as it provides scalability and the multitenant-capable full-text search engine that easily integrates with Logstash and Kibana for centralized […]
AWS offers Route53, as a part of Amazon’s cloud computing platform, Amazon Web Services (AWS). It is a highly scalable web service that can be used as internal DNS hostings. With Route53 you can host multiple internal domain names within your VPC (or group of VPCs) which are visible and accessible to the internal hosts […]
Wildfly, previously known as JBoss AS, is a fully implemented JEE container – application server, authored by JBoss Incorporated. In 2006, JBoss Inc was acquired by Red Hat and since then Wildfly became their product. Wildfly is production ready, cross-platform and open-source application server with paid support subscription from Red Hat. The latest version being […]