Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: GKE Provisioner doc #5836

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bhushan-nemade-dt
Copy link
Contributor

Description

Fixes #5835

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


---

## Steps
1. Go to Applications → **Devtron Apps**.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need an application to provision GKE, that's not the its purpose. Please go ahead with the job flow : )

Copy link

sonarcloud bot commented Sep 17, 2024

## Introduction
This plugin streamlines the creation and configuration of a Google Kubernetes Engine (GKE) cluster on your Google Cloud Platform (GCP). It automates the provisioning process while implementing essential security measures, including a preconfigured firewall that allows access to SSH, HTTP (port 80), 8080, and Kubernetes NodePorts. By automating the GKE provisioning process through this plugin, you can save time, ensure consistency in cluster setup, maintain security standards, and provide a Kubernetes-ready environment for deploying your containerized applications.
### Prerequisites
Before integrating the **GKE Provisioner** plugin make sure that you have an GCP account with valid permissions to provision GKE.
Copy link
Contributor

@ashokdevtron ashokdevtron Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace an GCP account with a GCP account

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.

Doc: Create a documentation for GKE Provisioner plugin
3 participants