Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Application Deployment with MicroK8s

This repository contains a containerized application deployed on a local Kubernetes cluster using MicroK8s. The deployment is manually managed using Kubernetes manifest files. This guide walks you through the steps to set up, deploy, and run the application.

Prerequisites

Before you begin, make sure you have the following installed:

Setup and Configuration

1. Set Up MicroK8s Cluster

  • Install MicroK8s on your local machine using the following command:

    sudo snap install microk8s --classic --channel=1.28
  • Add the current user to the microk8s group for easier management:

    sudo usermod -a -G microk8s $(whoami)
  • Enable essential services like DNS and Ingress:

    microk8s enable dns ingress
  • Verify that MicroK8s is installed and running:

    microk8s kubectl get nodes

2. Clone the Repository

Clone this repository to your local machine:

git clone https://github.com/hadil08/Test-Tanitt.git
cd Test-Tanitt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages