Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helloup App The "helloup" app is a simple web application that displays a "hello up!" message when accessed via a web browser.

Getting Started These instructions will get you a copy of the project up and running on your local machine or Kubernetes cluster for development and testing purposes.

Prerequisites To run this application, you need the following software installed on your machine:

Docker Kubernetes (Optional, if you want to deploy on Kubernetes) Minikube (Optional, if you want to run Kubernetes locally) Installing Follow these steps to install and run the "helloup" app:

Clone the repository:

bash Copy code git clone <repository_url> Navigate to the project directory:

bash Copy code cd helloup Build the Docker image:

bash Copy code docker build -t helloup . Run the Docker container:

bash Copy code docker run -d -p 8080:80 helloup Access the app in your web browser at http://localhost:8080.

Deployment on Kubernetes (Optional) If you want to deploy the "helloup" app on Kubernetes, follow these steps:

Ensure you have a Kubernetes cluster set up (e.g., Minikube).

Apply the Kubernetes manifest file:

bash Copy code kubectl apply -f deployment.yaml Access the app through the Ingress controller. Obtain the Ingress IP address and access it in your web browser.

Built With HTML - The markup language used for creating the web page. CSS - The styling language used to enhance the appearance of the web page. Docker - Used to containerize the application. Kubernetes - Used for container orchestration and deployment (optional). Authors gornication License This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages