Pinned Loading
-
Google Cloud Storage
Google Cloud Storage 1#!/bin/bash
23# Create Cloud Storage
4gcloud storage buckets create gs://pemilu-storage
5 -
Google Kubernetes Engine
Google Kubernetes Engine 1#!/bin/bash
23#
4gcloud container clusters create --machine-type=e2-medium --zone=ZONE lab-cluster
5 -
Google Pub Sub
Google Pub Sub 1#!/bin/bash
23# Create Topic
4gcloud pubsub topics create PemiluTopic
5 -
Kubernetes Controller
Kubernetes Controller 1#!/bin/bash
23#
4kubectl create deployment hello-server --image=gcr.io/google-samples/hello-app:1.0
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.