Skip to content

stefanhall2704/StefansAngularApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get started with this project, please follow the steps below:

Prerequisites

  • Ensure you have Minikube installed on your system. Minikube is required to run this project with Kubernetes.

Initial Setup

  1. Set Up Executable Permissions

    chmod +x kubernetes/deploy.sh kubernetes/restart.sh
  2. Running with Minikube This project is designed to run on a Kubernetes cluster managed by Minikube. Please ensure you have Minikube installed and properly configured. You can find the installation and setup instructions in the Minikube.

  3. Start Minikube

    Start your Minikube cluster with the following command:

    minikube start

Deploy the Application

Deploy the application to your Minikube cluster using the deployment script:

cd kubernetes
./deploy.sh

Access the Application

Once the deployment is complete, you can access the application using the NodePort service. Use the following command to get the URL:

minikube service --all

Restart the Application

If you need to restart the application, use the restart script:

cd kubernetes
./restart.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published