Skip to content

docs: add production environment guide#672

Open
AlbertSong1024 wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
AlbertSong1024:docs/add-production-guide
Open

docs: add production environment guide#672
AlbertSong1024 wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
AlbertSong1024:docs/add-production-guide

Conversation

@AlbertSong1024
Copy link
Copy Markdown

Summary

This PR adds a comprehensive guide for using kubectl-ai safely in production environments.

Changes

  • Added docs/production-guide.md with detailed production deployment guidance

Guide Contents

  1. Security Best Practices

    • Least privilege service account setup
    • Sandbox environment testing
    • Command approval configuration
    • Enterprise LLM provider integration (Vertex AI, Azure OpenAI)
  2. Operational Guidelines

    • Audit logging setup and configuration
    • Resource quota implementation
    • Network policy configuration
  3. Monitoring and Alerting

    • Command execution monitoring
    • Prometheus alert rules for suspicious activities
  4. Production Deployment Checklist

    • Complete checklist for production readiness
    • Step-by-step deployment guide
  5. Troubleshooting

    • Common issues and solutions
    • Permission debugging
    • LLM provider connection testing

Example Configurations

The guide includes working examples for:

  • Service account creation with RBAC
  • Network policy implementation
  • Resource quota setup
  • Multi-provider LLM configuration

Related

Closes #500

Testing

  • Verified all code examples are syntactically correct
  • Checked links to official documentation
  • Ensured consistent formatting with existing docs

Add comprehensive guide for using kubectl-ai safely in production environments.

Includes:
- Security best practices (least privilege, sandbox, approvals)
- Enterprise LLM provider configuration (Vertex AI, Azure OpenAI)
- Operational guidelines (audit logging, resource quotas, network policies)
- Monitoring and alerting setup
- Production deployment checklist
- Troubleshooting guide

Closes GoogleCloudPlatform#500
@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 27, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Add a guide for using kubectl-ai in a production environment

1 participant