Question: Problem Statement You are working as a Devops Administrator. Youve been tasked to deploy a multi-tier application on Kubernetes Cluster. The application is a NodeJS

Problem Statement

You are working as a Devops Administrator. Youve been tasked to deploy a multi-tier application on Kubernetes Cluster. The application is a NodeJS application available on Docker Hub with the following name:

devopsedu/employee

This NodeJS application works with a mongo database. MongoDB image is available on DockerHub with the following name:

mongo

You are required to deploy this application on Kubernetes:

NodeJS is available on port 8888 in the containerand will be reaching out to port 27017 for mongo database connection

MongoDB will be accepting connections on port 27017

You must deploy this application using the CLI. Once your application is up and running, ensure you can add an employee from the NodeJS application and verify by going to Get Employee page and retrieving your input.

Hint:Name the Mongo DB Service and deployment, specifically as mongo.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!