Skip to content

imnulhaqueruman/kube-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Instructions

Cloning the Repository

To get started with this project, follow these steps to clone the repository:

git clone <repository-url>
cd <repository-directory>
go run main.go

Running the index.html File with VS Code Live Server

To run the index.html file, you can use Visual Studio Code's Live Server extension. Open the project in VS Code, install the Live Server extension if you haven't already, and then right-click on the index.html file and select "Open with Live Server."

This will launch the HTML file in a browser, and you can interact with your application

Here you can change your PodName ,Namespace and Command

     PodName: "ubuntu-6646d69989-d8sb4",
     Namespace: "default",
     Command: "ls",
        

ls command output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published