This repository was archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Home
Rizchel Dayao edited this page Mar 14, 2018
·
8 revisions
Deploy a React application on Kubernetes
Build and deploy a React application using Docker and Kubernetes
Cloud
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.
By Rizchel Dayao
- link to youtube video
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
- The user accesses the application through the web interface. The user enters a movie title into the input.
- The React application is rendered to the user on access.
- The application calls the OMDb API and receives a JSON object of the response to show the user.
- 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.
- 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.
- Container Orchestration Code Patterns: Enjoyed this Code Pattern? Check out our other Container Orchestration Code Patterns.
- Kubernetes on IBM Cloud: Deliver your apps with the combined the power of Kubernetes and Docker on IBM Cloud