Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Web Application Deployment with Kubernetes

This project demonstrates how to create a basic web application, containerize it using Docker, deploy it to a Kubernetes cluster, and access it locally using port-forwarding.

Table of Contents

Prerequisites

  • Docker installed and running
  • Kubernetes CLI (kubectl) installed
  • Kind installed

Project Structure

.
├── Dockerfile
├── README.md
├── index.html
├── styles.css
└── k8s
    ├─  nginx-webapp-deployment.yaml
    └── nginx-webapp-service.yaml


- `Dockerfile`: Dockerfile to containerize the web application
- `index.html`: Basic HTML file for the web application
- `styles.css`: CSS for the web application
- `k8s/deployment.yaml`: Kubernetes Deployment manifest
- `k8s/service.yaml`: Kubernetes Service manifest

About

Capstone Project - Containerization and Container. Ochestration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages