- Show
kubectl proxy
Things are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.
- Let's get UI working!
Option 1: Give UI SA with admin. Don't do this!
kubectl proxy
Things are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.
Option 1: Give UI SA with admin. Don't do this!
A smattering of frequently used commands I use. This will help prevent excessive load on Google's systems.
NOTE: most examples are copied and pasted from the documentation. Attribution belongs to the contributors of the documentation!
This is my attempt to capture steps needed to deploy:
status = error | |
dest = err | |
name = PopertiesConfig | |
property.logDir = /var/log/elasticsearch | |
appender.console.type = Console | |
appender.console.name = STDOUT | |
appender.console.layout.type = PatternLayout | |
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: prometheus | |
--- | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
kind: ClusterRole | |
metadata: | |
name: prometheus | |
rules: |
#!/usr/bin/env bash
PROJECT="<project-id>"
### Sinks ###
#Base sink for all logs to BigQuery
gcloud logging sinks create --quiet --project $project ${project}_bigquery_sink bigquery.googleapis.com/projects/billing-exports-184901/datasets/CLOUD_LOGGING_EXPORTS --log-filter "resource.type:*"
#### Metrics ####