Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Rizchel Dayao edited this page Mar 26, 2018 · 8 revisions

Short Name

Deploy a React application on Kubernetes

Short Description

Build and deploy a React application using Docker and Kubernetes

Offering Type

Cloud

Introduction

Built for developers who are interested in learning how to deploy a React application on Kubernetes. This journey uses the React and Redux framework and calls the OMDb API to look up movie information based on user input. This journey can be built and run both on Docker and Kubernetes.

Author

By Rizchel Dayao

Code

Demo

Video

  • link to youtube video

Overview

This journey uses the React and Redux framework and calls the OMDb API to look up movie information based on user input. This journey can be built and run both on Docker and Kubernetes.

When the reader has completed this journey, they will understand how to:

  • Containerize a React application using Docker
  • Deploy and manage an application using Kubernetes

Flow

Flow

  1. The user accesses the application through the web interface. The user enters a movie title into the input.
  2. The React application is rendered to the user on access.
  3. The application calls the OMDb API and receives a JSON object of the response to show the user.

Included components

  • IBM Cloud Container Service: IBM Bluemix Container Service manages highly available apps inside Docker containers and Kubernetes clusters on the IBM Cloud.
  • Kubernetes Cluster: Create and manage your own cloud infrastructure and use Kubernetes as your container orchestration engine.

Featured technologies

  • Node.js: An open-source JavaScript run-time environment for executing server-side JavaScript code.
  • Cloud: Accessing computer and information technology resources through the Internet.
  • Container Orchestration: Automating the deployment, scaling and management of containerized applications.

Blog

Links

Clone this wiki locally