Book Image

Getting Started with Microservices in PHP [Video]

By : Brad Bonkoski
Book Image

Getting Started with Microservices in PHP [Video]

By: Brad Bonkoski

Overview of this book

<p><span id="description" class="sugar_field">Microservices (aka the microservice architecture) is an architectural style that structures an application as a collection of loosely coupled services. The microservice architecture enables the continuous delivery/deployment of large, complex applications and enables faster, better delivery of value to implement business capabilities, thus enabling an organization to evolve its technology stack. It enables organizations to scale their products and add or adapt services efficiently. Companies can deliver software faster and more efficiently in order to compete in the dynamic markets of today and tomorrow, while at the same time keeping their products fast, secure, and stable. Lately, microservices have gained far more attention due to their use as the architecture pattern of choice at companies such as Google, Facebook, Twitter, Netflix and many more prominent technology companies and startups.</span></p> <p><span id="description" class="sugar_field">The course starts with the basics of microservices and helps you understand the important tools required to develop and validate them. Moving ahead, we will set up and create the right environment before we start building your microservice. The 2nd section is all about testing and will teach you to publish containers. The videos cover Docker and Vagrant. Finally, towards the end, you will learn to deploy and monitor your published microservice.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This practical course, packed with step-by-step instructions, shows how to design and build your application using React Native. This course is divided into clear chunks so you can learn at your own pace.</span></span></p>
Table of Contents (3 chapters)
Chapter 3
Publishing Your Microservices
Content Locked
Section 2
Deploying and Monitoring Microservices
What are the general best practices and considerations when going from development and test to production deployment of your Microserivce? - Some general best practices including the deployment funnel - What deployment tools are there to make use of - Overview of how to monitor your application