DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

The Latest Testing, Deployment, and Maintenance Topics

article thumbnail
Comparing Apache Hive and Spark
Big data analytics that work for you.
August 7, 2019
by Daniel Berman
· 26,121 Views · 4 Likes
article thumbnail
A Guide to Spring Framework Annotations
Here's the lowdown on just about every Spring Framework annotation, including Core, Spring Cloud, Spring MVC, Spring REST, and Spring Boot.
Updated August 7, 2019
by John Thompson
· 271,848 Views · 103 Likes
article thumbnail
Windows Subsystem for Linux 2 (WSL2) for Dockerized .NET Core Application Development
Check out how you can use the recently-released version of WSL2 to run a Dockerized .NET Core app.
August 7, 2019
by Subhankar Sarkar
· 37,849 Views · 3 Likes
article thumbnail
Five Best Practices for GoLang CI/CD
Create CI/CD workflows with Artifactory and GoLang.
August 6, 2019
by Ankush Chadha
· 15,910 Views · 3 Likes
article thumbnail
Logging Istio with ELK and Logz.io
Analyzing Istio logs with ELK and Logz.io.
August 6, 2019
by Daniel Berman
· 6,637 Views · 1 Like
article thumbnail
Extending Spring Boot's Zuul Proxy to Record Requests and Responses
A code snippet that allows the user to extend Spring Boot's Zuul proxy to record requests and responses.
August 6, 2019
by Dan Erez
· 24,231 Views · 14 Likes
article thumbnail
Implementing Serverless Microservices Architecture on AWS
In this article, we will explain how enterprises can implement serverless microservices architectures using AWS Cloud.
August 5, 2019
by Aarti Parikh
· 21,769 Views · 11 Likes
article thumbnail
Maven Gives Terraform a Big Boost
Learn more about how the Maven plugin for Terraform brings Terraform some of Java's dependency benefits.
August 5, 2019
by Clayton Long
· 8,653 Views · 3 Likes
article thumbnail
Collecting Prometheus Metrics With Azure Monitor
Learn more about collecting Prometheus metrics with Azure Monitor.
August 5, 2019
by Sam Cogan
· 10,779 Views · 1 Like
article thumbnail
Managing Quartz Using Spring Boot Actuator
Learn more about managing Quartz using the Spring Boot Actuator module.
August 5, 2019
by Sathyabodh Mudhol
· 37,616 Views · 8 Likes
article thumbnail
What Is the Right Size for a User Story?
What constitutes right is dependent on you, your team, and how you play the game.
August 2, 2019
by Allan Kelly
· 76,011 Views · 6 Likes
article thumbnail
AIOps, Microservices, and Cloud Platforms
The digital landscape is moving from monoliths to microservices, cloud-based services. Enterprises and companies need to adapt to continually changing technical landscape and keep up with the change. Systems are becoming more and more complex and are not easy to manage. I will try to explain some of the newer architectural approaches, trends, and provide insight towards AIOps and how it helps to solve this very problem. Microservices Microservices architecture is becoming the most preferred architectural and development strategies. The advantages of building and running software with this architecture outweigh the disadvantages. Benefits include: Building highly efficient autonomous "small" teams to deliver new services or features faster, this means you do not have to wait for the long release cycle, you release features as soon as they are ready. Increased productivity and speed of deliverables. Isolated development approach results in highly independently deployable service, and testable service. Managing and maintaining tests for the microservice is easier since the scope is limited to the service capabilities, automated testing for unit testing, regression testing as well as performance testing can be achieved easily. Different teams can build microservices using different technologies. The best suitable technologies can be leveraged to build specific microservices. Teams can be spread across geography. Microservices are easier to build and deploy; specifically on container platform, the resource utilization is optimized. Microservices are built around a particular business functionality Microservices scalability is better since they have a very small footprint Serverless Cloud platforms provide many capabilities and tools to work with. A fully managed system on cloud platforms is serverless. Cloud-based serverless technologies are a big boost to companies smaller or larger to move their small functions/code like nano services, asynchronous jobs, scheduled jobs, integration of cloud services with on-premises. With serverless: The underlying infrastructure is fully managed by the cloud platforms, resulting in very low maintenance costs The deployed serverless services are highly available Easier to scale globally with high concurrency Event-driven architecture which means that it is used only when a relevant event is triggered Most serverless are pay-for-usage which results in low cost for running the services Digital Modernization Utilizing both microservices-based architecture and serverless together is what is called as Digital Modernization. Container platforms like Kubernetes, Openshift are the most suitable platform for hosting microservices, Serverless can be utilized for, but not limited to, asynchronous processing, scheduled jobs, ETL jobs, etc. With the advent of microservices and serverless different challenges arise like: Monitoring the high number of microservices Identifying the root cause for failure Addressing the failure quickly Testing across the various features Monitoring end-user conversions Adapting to continuous upgrades and changes to the systems Simple DevOps strategy will not be enough to manage such a complex system. Bringing in Artificial Intelligence (AI) coupled with Machine Learning capabilities into DevOps will help to address the new complexities in development, deployment as well as production application performance monitoring (APM). AIOps helps in enabling autonomous DevOps, offer prescriptive resolutions and self-healing. AIOps AIOps brings in four critical features needed for creating highly effective processes and systems: 1. AIOps: Analysis of the traffic, logs, usage with the help of machine learning, anomaly detection and alerting, and reliable root cause analysis 2. Intelligence DevOps: software quality is improved significantly with AI is driven performance and regression testing 3. Remediation and Self Healing: Auto-detect issues and alerts and trigger remediation and self-healing, provide prescriptive automation 4. User Experience: AIOps provide better insights for the usage of the system and measure conversions easily With AIOps, immediately test your code for performance and regression automatically analyzing the test traffic and detect issues early. DevOps pipelines integration with the AI-based complete APM solutions together is a powerful AIOps tool. AI-based APM solutions perform analysis of traffic, logs and resource utilization and detect an anomaly. If any anomaly observed an alert is triggered, based on the alerts teams can build automated scripts for known issues which can be executed as and when the issue occurs. E.g. Increase disk space or allocate new persistent volumes if the resource(s) is running out of disc space Run archival processes when a sudden surge in traffic resulted in increased database table sizing Scale up or scale down based on memory or CPU usage exceeding prescribed thresholds (usually in absence of autoscaling setup) Auto-remediation of a failed deployment and revert to older build if the new build failed A typical workflow for automated remediation will look like this: How cool would it be if you were able to automate most of the remediations, self-healing! AIOps Tools There are many AIOps tools available in the market including the ones provided by the cloud platform. They continue to evolve with a better understanding of systems and behaviors. New features and capabilities are being added. Some of the tools are: 1. Dynatrace: The front runner and identified as one of the leaders by Gartner is one of the most powerful APM solutions for managing multiple on-premise as well as cloud environments. This product provides very strong AIOps capabilities. Its root cause analysis tool is one of the best in the market. Finding the root cause can be done within minutes. Dynatrace also provides a reference implementation for Autonomous Cloud Management through its framework called keptn.sh. Its auto-discovery of services is one of its kind and very powerful. Link: https://www.dynatrace.com Link: https://keptn.sh 2. Cisco AppDynamics: AppDynamics is an application performance management (APM) and IT operations analytics (ITOA) company based in San Francisco. The company focuses on managing the performance and availability of applications across cloud computing environments as well as inside the data center. Link: https://www.appdynamics.com/ 3. New Relic: New Relic's software analytics product for application performance monitoring (APM) delivers real-time and trending data about your web application's performance and the level of satisfaction that your end-users experience. With end to end transaction tracing and a variety of color-coded charts and reports, APM visualizes your data, down to the deepest code levels. Link: https://www.newrelic.com Conclusion Digital Modernization is here to stay and CTO group need to view this strategy holistically and adopt AI-based DevOps or AIOps. AIOps will bring significant improvements for APM capabilities as well as streamlining the development and testing. Please share your feedback and views which will help me improve my writing. References: 1. https://www.dynatrace.com/gartner-magic-quadrant-application-performance-monitoring-suites/ 2. https://en.wikipedia.org/wiki/AppDynamics 3. https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/introduction-new-relic-apm
Updated August 1, 2019
by Prashant Kumashi
· 2,162 Views
article thumbnail
Secrets Manager in Anypoint Platform
Learn more about Secrets Manager in Anypoint Platform.
July 31, 2019
by Nitin Gupta
· 18,371 Views · 6 Likes
article thumbnail
Updating a DNS Record on An Autoscaling Event Using Lambda
One of the many things you can do with Amazon's serverless function service is to automate the updating of a DNS record.
Updated July 31, 2019
by Henrik Lernmark
· 6,068 Views · 1 Like
article thumbnail
Handling Multiple Browser Tabs With Selenium Automation Testing
Learn about two methods that work (and one that doesn't) for testing multiple browser tabs when using Selenium.
July 31, 2019
by Sadhvi Singh
· 48,358 Views · 3 Likes
article thumbnail
How to Configure Visual Studio as Diff and Merge Tool for Git
Learn more about configuring Visual Studio for Git.
July 31, 2019
by Ricci Gian Maria
· 40,336 Views · 3 Likes
article thumbnail
Data DevOps - What and Why
Process data and databases to deliver at the speed of DevOps.
July 30, 2019
by Tom Smith DZone Core CORE
· 11,778 Views · 4 Likes
article thumbnail
Role of Enterprise Architecture in DevOps Adoption
The structure of an enterprise's architecture changes drastically in terms of culture, process, and toolchain.
July 30, 2019
by Dr Gopala Krishna Behara DZone Core CORE
· 17,106 Views · 5 Likes
article thumbnail
Design Patterns for Microservices
A detailed description of many design patterns for Microservices.
July 30, 2019
by Madhuka Udantha
· 157,838 Views · 80 Likes
article thumbnail
Common Mistakes In Performance Testing
A compilation of common performance testing mistakes.
July 30, 2019
by RadhaKrishna Prasad
· 12,130 Views · 9 Likes
  • Previous
  • ...
  • 402
  • 403
  • 404
  • 405
  • 406
  • 407
  • 408
  • 409
  • 410
  • 411
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×