GCP - Bigtable Enum

HackTricks 지원

대규모 분석 및 운영 워크로드용으로 설계된 완전히 관리되는 확장 가능한 NoSQL 데이터베이스 서비스로, 최대 99.999%의 가용성을 제공합니다. 자세히 알아보기.

# Cloud Bigtable
gcloud bigtable instances list
gcloud bigtable instances describe <instance>
gcloud bigtable instances get-iam-policy <instance>

## Clusters
gcloud bigtable clusters list
gcloud bigtable clusters describe <cluster>

## Backups
gcloud bigtable backups list --instance <INSTANCE>
gcloud bigtable backups describe --instance <INSTANCE> <backupname>
gcloud bigtable backups get-iam-policy --instance <INSTANCE> <backupname>

## Hot Tables
gcloud bigtable hot-tablets list

## App Profiles
gcloud bigtable app-profiles list --instance <INSTANCE>
gcloud bigtable app-profiles describe --instance <INSTANCE> <app-prof>
HackTricks 지원

Last updated