Skip to content

dassudip2001/kubernetes-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Project

Overview

This project is designed to deploy and manage applications using Kubernetes. It provides a scalable and efficient way to manage containerized applications.

Prerequisites

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/your-kubernetes-project.git
    cd your-kubernetes-project
  2. Apply the Kubernetes configurations:

    kubectl apply -f k8s/

Usage

  • To check the status of your pods:

    kubectl get pods
  • To access your application:

    kubectl port-forward svc/your-service-name 8080:80

Configuration

  • Configuration files are located in the k8s/ directory.
  • Modify the YAML files as needed for your environment.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the Kubernetes community for their support and resources.

About

This repository is created For Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published