Skip to content

fiddler-labs/google-marketplace-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Fiddler app overview

Installation

Quick install with Google Cloud Marketplace

Get up and running with a few clicks! Install this Fiddler app to a Google Kubernetes Engine cluster using Google Cloud Marketplace. Follow the on-screen instructions:

-----> TODO: link to product details page*

Command line instructions

Follow these instructions to install Fiddler from the command line.

Prerequisites

Set up command-line tools

----> TODO: to be compleleted

You'll need the following tools in your development environment. If you are using Cloud Shell, gcloud, kubectl, Docker, and Git are installed in your environment by default.

Configure gcloud as a Docker credential helper:

gcloud auth configure-docker

Create a Google Kubernetes Engine (GKE) cluster

Create variables from the command line:

export CLUSTER=fiddler-prod-cluster
export ZONE=us-west1-a

Configure kubectl to connect to the new cluster:

gcloud container clusters get-credentials "$CLUSTER" --zone "$ZONE"

Clone this repo

git clone --recursive https://github.com/GoogleCloudPlatform/marketplace-k8s-app-example.git

Install the Application resource definition

An Application resource is a collection of individual Kubernetes components, such as Services, Deployments, and so on, that you can manage as a group.

To set up your cluster to understand Application resources, run the following command:

kubectl apply -f "https://raw.githubusercontent.com/GoogleCloudPlatform/marketplace-k8s-app-tools/master/crd/app-crd.yaml"

You need to run this command once.

The Application resource is defined by the Kubernetes SIG-apps community. The source code can be found on github.com/kubernetes-sigs/application.

Install the application

Commands

TODO: Modify commands

Backups

TODO: instructions for backups

Upgrades

TODO: instructions for upgrades

About

Repo for google marketplace integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published