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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started