Beginning Cloud Native Development with Microprofile, Jakarta Ee, and Kubernetes: Java Devops for Building and Deploying Microservices-Based Applicati » książka
1.3. What are the Benefits of Using Cloud-Native Applications?
2. Setting Up Your Development Environment
2.1. Prerequisites
2.2. Installing Java SE 17
2.3. Installing Kubernetes
2.4. Installing Docker
3. Creating a Config Component
3.1. What is a Config Component?
3.2. Setting Up the Config Component
3.3. Accessing the Configuration Data in Your Application
4. Using the Fault Tolerance Component
4.1. What is the Fault Tolerance Component?
4.2. Configuring the Fault Tolerance Component
4.3. Handling Failures in Your Application
5. Using the Health Check Component
5.1. What is the Health Check Component?
5.2. Configuring the Health Check Component
5.3. Checking the Health of Your Application
6. Using the Metrics Component
6.1. What is the Metrics Component?
6.2. Collecting Metrics Data in Your Application
7. Using the JWT Authentication Component
7.1. What is the JWT Authentication Component?
7.2. Configuring the JWT Authentication Component
7.3. Authenticating Users in Your Application
8. Developing a RESTful Web Service
8.1. What is a RESTful Web Service?
8.2. Developing a RESTful Web Service
8.3. Implementing the HTTP Methods
9. Deploying an Application on Kubernetes/Docker
9.1. What is Kubernetes?
9.2. What is Docker?
9.3. Installing Kubernetes
9.4. Creating a Kubernetes Cluster
9.5. Installing Docker on Kubernetes
9.6. Deploying an Application on Kubernetes/Docker
9.7. Benefits of using Jakarta EE and Kubernetes/Docker for developing cloud-native applications.
Tarun Telang is a hands-on technologist with extensive experience in architecture and implementing multi-tiered, highly scalable software applications. He has more than 17 years of expertise developing software applications for well-known companies such as Microsoft, Oracle, and SAP.
In 2005, Tarun worked on configuration and management in several enterprise solutions for SAP using the Java Management Extensions (JMX) technology. He also gained expertise in various integration technologies, such as SOAP, XML, and JSON, and used them to develop solutions to handle message-oriented communications across numerous systems. In 2007, Tarun was named SAP Mentor and Community Influencer for his articles and blog posts on emerging technologies and for promoting innovative solutions in the SAP Developer Community.
Tarun has the following certifications: Oracle Certified Programmer for Java 6.0 Platform, SAP Certified Development Consultant for NetWeaver 04 Java Web Application Development, SAP Certified Application Management Expert for End-to-End Root Cause Analysis - Solution Manager 4.0, and NASBA Certification on Remote Work.
Tarun is an expert in web, mobile, and cloud technologies. He has developed many end-to-end cloud-based solutions using various architectural patterns, including Microservices, RESTful web services, and Service Oriented Architecture.
For more than 15 years, Tarun has been actively publishing technical articles and blogs on various software technologies. He frequently writes articles on Java and related technologies. He has also authored multiple books on Java and Jakarta EE 10.
Having worked in Canada and Germany, Tarun currently resides in Hyderabad, India, with his wife and child. You can follow him on Twitter at @taruntelang or visit his LinkedIn Profile.
Tarun loves mentoring software professionals and programmers, and teaching them about current industry trends and best practices. His blogs at blogs.taruntelang.me are excellent resources for everything related to Java technology.
Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE.
This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of MicroProfile, such as fault tolerance, config, health check, metrics, and JWT auth. You'll develop a RESTful web service made up of some microservices. You'll deploy your application on Docker and Kubernetes.
After reading this book, you'll come away with the fundamentals you need to build and deploy your first cloud-native Java-based app.
You will:
Build your first cloud-native Java-based app with the open source MicroProfile platform, and Jakarta EE 10 APIs
Develop a RESTful web service using MicroProfile and Jakarta EE
Discover and explore the key components of the MicroProfile framework, such as config, metrics, health, JWT authentication, and more
Deploy your cloud-native application on the Kubernetes container orchestration platform
Get up to speed with other popular technologies such as Docker containers, Kubernetes clusters, and Zipkin