
example created by mcp repo
Kubernetes manifests for Nginx deployment
Repository Info
About This Server
Kubernetes manifests for Nginx deployment
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Nginx Kubernetes Deployment
This repository contains Kubernetes manifests for deploying Nginx with best practices.
Components
-
Deployment
- 3 replicas of Nginx
- Resource limits and requests
- Liveness and readiness probes
- ConfigMap mounted for custom configuration
-
Service
- LoadBalancer type
- Exposes port 80
-
ConfigMap
- Custom Nginx configuration
-
Ingress
- Host: example.avz.com
- Path: / (root path)
- No TLS configuration
- Uses nginx ingress controller
Prerequisites
- Kubernetes cluster
- kubectl configured to connect to your cluster
- Nginx Ingress Controller installed in your cluster
- DNS configured to point example.avz.com to your ingress controller's IP
Deployment
-
Clone this repository:
git clone https://github.com/chungpq16/example-created-by-mcp-repo.git cd example-created-by-mcp-repo -
Apply the manifests:
kubectl apply -f k8s/ -
Verify the deployment:
kubectl get pods kubectl get services kubectl get ingress -
Access the application:
- Add the following to your /etc/hosts file:
<ingress-controller-ip> example.avz.com - Visit http://example.avz.com in your browser
- Add the following to your /etc/hosts file:
Configuration
- The Nginx deployment uses the official nginx:1.25.4 image
- Resource limits: 200m CPU, 256Mi memory
- Resource requests: 100m CPU, 128Mi memory
- Custom Nginx configuration is mounted from ConfigMap
- Ingress is configured for host example.avz.com
Scaling
To scale the deployment:
kubectl scale deployment nginx-deployment --replicas=5
Cleanup
To remove all resources:
kubectl delete -f k8s/
Quick Start
Clone the repository
git clone https://github.com/chungpq16/example-created-by-mcp-repoInstall dependencies
cd example-created-by-mcp-repo
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.