GitHub Stars
75
User Rating
Not Rated
Favorites
0
Views
39
Forks
14
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Docker: Latest version
Python: 3.13 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/alexei-led/k8s-mcp-server.git
cd k8s-mcp-server
2. Build Docker Image
bash
docker build -t k8s-mcp-server .
3. Start Server
bash
docker run -d -p 3000:3000 k8s-mcp-server
Troubleshooting
Common Issues
Issue: Server won't start Solution: Ensure Docker is installed correctly and the necessary ports are open. Issue: Commands cannot be executed Solution: Check the configuration of the Kubernetes cluster and ensure appropriate permissions are granted.Additional Resources
Author Information
30
Followers
22
Repositories
0
Gists
0
Total Contributions