1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubectl proxy - Run a proxy to the Kubernetes API server
7
8
9
11 kubectl proxy [OPTIONS]
12
13
14
16 Creates a proxy server or application-level gateway between localhost
17 and the Kubernetes API Server. It also allows serving static content
18 over specified HTTP path. All incoming data enters through one port and
19 gets forwarded to the remote kubernetes API Server port, except for the
20 path matching the static content path.
21
22
23
25 --accept-hosts="^localhost$,^127\.0\.0\.1$,^\[::1\]$"
26 Regular expression for hosts that the proxy should accept.
27
28
29 --accept-paths="^.*"
30 Regular expression for paths that the proxy should accept.
31
32
33 --address="127.0.0.1"
34 The IP address on which to serve on.
35
36
37 --api-prefix="/"
38 Prefix to serve the proxied API under.
39
40
41 --disable-filter=false
42 If true, disable request filtering in the proxy. This is dangerous,
43 and can leave you vulnerable to XSRF attacks, when used with an acces‐
44 sible port.
45
46
47 --keepalive=0s
48 keepalive specifies the keep-alive period for an active network
49 connection. Set to 0 to disable keepalive.
50
51
52 -p, --port=8001
53 The port on which to run the proxy. Set to 0 to pick a random port.
54
55
56 --reject-methods="^$"
57 Regular expression for HTTP methods that the proxy should reject
58 (example --reject-methods='POST,PUT,PATCH').
59
60
61 --reject-paths="^/api/./pods/./exec,^/api/./pods/./attach"
62 Regular expression for paths that the proxy should reject. Paths
63 specified here will be rejected even accepted by --accept-paths.
64
65
66 -u, --unix-socket=""
67 Unix socket on which to run the proxy.
68
69
70 -w, --www=""
71 Also serve static files from the given directory under the speci‐
72 fied prefix.
73
74
75 -P, --www-prefix="/static/"
76 Prefix to serve static files under, if static file directory is
77 specified.
78
79
80
82 --alsologtostderr=false
83 log to standard error as well as files
84
85
86 --application-metrics-count-limit=100
87 Max number of application metrics to store (per container)
88
89
90 --as=""
91 Username to impersonate for the operation
92
93
94 --as-group=[]
95 Group to impersonate for the operation, this flag can be repeated
96 to specify multiple groups.
97
98
99 --azure-container-registry-config=""
100 Path to the file containing Azure container registry configuration
101 information.
102
103
104 --boot-id-file="/proc/sys/kernel/random/boot_id"
105 Comma-separated list of files to check for boot-id. Use the first
106 one that exists.
107
108
109 --cache-dir="/builddir/.kube/http-cache"
110 Default HTTP cache directory
111
112
113 --certificate-authority=""
114 Path to a cert file for the certificate authority
115
116
117 --client-certificate=""
118 Path to a client certificate file for TLS
119
120
121 --client-key=""
122 Path to a client key file for TLS
123
124
125 --cloud-provider-gce-lb-src-cidrs=130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16
126 CIDRs opened in GCE firewall for LB traffic proxy health checks
127
128
129 --cluster=""
130 The name of the kubeconfig cluster to use
131
132
133 --container-hints="/etc/cadvisor/container_hints.json"
134 location of the container hints file
135
136
137 --containerd="unix:///var/run/containerd.sock"
138 containerd endpoint
139
140
141 --context=""
142 The name of the kubeconfig context to use
143
144
145 --default-not-ready-toleration-seconds=300
146 Indicates the tolerationSeconds of the toleration for
147 notReady:NoExecute that is added by default to every pod that does not
148 already have such a toleration.
149
150
151 --default-unreachable-toleration-seconds=300
152 Indicates the tolerationSeconds of the toleration for unreach‐
153 able:NoExecute that is added by default to every pod that does not
154 already have such a toleration.
155
156
157 --docker="unix:///var/run/docker.sock"
158 docker endpoint
159
160
161 --docker-env-metadata-whitelist=""
162 a comma-separated list of environment variable keys that needs to
163 be collected for docker containers
164
165
166 --docker-only=false
167 Only report docker containers in addition to root stats
168
169
170 --docker-root="/var/lib/docker"
171 DEPRECATED: docker root is read from docker info (this is a fall‐
172 back, default: /var/lib/docker)
173
174
175 --docker-tls=false
176 use TLS to connect to docker
177
178
179 --docker-tls-ca="ca.pem"
180 path to trusted CA
181
182
183 --docker-tls-cert="cert.pem"
184 path to client certificate
185
186
187 --docker-tls-key="key.pem"
188 path to private key
189
190
191 --enable-load-reader=false
192 Whether to enable cpu load reader
193
194
195 --event-storage-age-limit="default=0"
196 Max length of time for which to store events (per type). Value is a
197 comma separated list of key values, where the keys are event types
198 (e.g.: creation, oom) or "default" and the value is a duration. Default
199 is applied to all non-specified event types
200
201
202 --event-storage-event-limit="default=0"
203 Max number of events to store (per type). Value is a comma sepa‐
204 rated list of key values, where the keys are event types (e.g.: cre‐
205 ation, oom) or "default" and the value is an integer. Default is
206 applied to all non-specified event types
207
208
209 --global-housekeeping-interval=1m0s
210 Interval between global housekeepings
211
212
213 --housekeeping-interval=10s
214 Interval between container housekeepings
215
216
217 --insecure-skip-tls-verify=false
218 If true, the server's certificate will not be checked for validity.
219 This will make your HTTPS connections insecure
220
221
222 --kubeconfig=""
223 Path to the kubeconfig file to use for CLI requests.
224
225
226 --log-backtrace-at=:0
227 when logging hits line file:N, emit a stack trace
228
229
230 --log-cadvisor-usage=false
231 Whether to log the usage of the cAdvisor container
232
233
234 --log-dir=""
235 If non-empty, write log files in this directory
236
237
238 --log-file=""
239 If non-empty, use this log file
240
241
242 --log-flush-frequency=5s
243 Maximum number of seconds between log flushes
244
245
246 --logtostderr=true
247 log to standard error instead of files
248
249
250 --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
251 Comma-separated list of files to check for machine-id. Use the
252 first one that exists.
253
254
255 --match-server-version=false
256 Require server version to match client version
257
258
259 --mesos-agent="127.0.0.1:5051"
260 Mesos agent address
261
262
263 --mesos-agent-timeout=10s
264 Mesos agent timeout
265
266
267 -n, --namespace=""
268 If present, the namespace scope for this CLI request
269
270
271 --password=""
272 Password for basic authentication to the API server
273
274
275 --profile="none"
276 Name of profile to capture. One of (none|cpu|heap|goroutine|thread‐
277 create|block|mutex)
278
279
280 --profile-output="profile.pprof"
281 Name of the file to write the profile to
282
283
284 --request-timeout="0"
285 The length of time to wait before giving up on a single server
286 request. Non-zero values should contain a corresponding time unit (e.g.
287 1s, 2m, 3h). A value of zero means don't timeout requests.
288
289
290 -s, --server=""
291 The address and port of the Kubernetes API server
292
293
294 --skip-headers=false
295 If true, avoid header prefixes in the log messages
296
297
298 --stderrthreshold=2
299 logs at or above this threshold go to stderr
300
301
302 --storage-driver-buffer-duration=1m0s
303 Writes in the storage driver will be buffered for this duration,
304 and committed to the non memory backends as a single transaction
305
306
307 --storage-driver-db="cadvisor"
308 database name
309
310
311 --storage-driver-host="localhost:8086"
312 database host:port
313
314
315 --storage-driver-password="root"
316 database password
317
318
319 --storage-driver-secure=false
320 use secure connection with database
321
322
323 --storage-driver-table="stats"
324 table name
325
326
327 --storage-driver-user="root"
328 database username
329
330
331 --token=""
332 Bearer token for authentication to the API server
333
334
335 --user=""
336 The name of the kubeconfig user to use
337
338
339 --username=""
340 Username for basic authentication to the API server
341
342
343 -v, --v=0
344 log level for V logs
345
346
347 --version=false
348 Print version information and quit
349
350
351 --vmodule=
352 comma-separated list of pattern=N settings for file-filtered log‐
353 ging
354
355
356
358 # To proxy all of the kubernetes api and nothing else, use:
359
360 $ kubectl proxy --api-prefix=/
361
362 # To proxy only part of the kubernetes api and also some static files:
363
364 $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-prefix=/api/
365
366 # The above lets you 'curl localhost:8001/api/v1/pods'.
367
368 # To proxy the entire kubernetes api at a different root, use:
369
370 $ kubectl proxy --api-prefix=/custom/
371
372 # The above lets you 'curl localhost:8001/custom/api/v1/pods'
373
374 # Run a proxy to kubernetes apiserver on port 8011, serving static content from ./local/www/
375 kubectl proxy --port=8011 --www=./local/www/
376
377 # Run a proxy to kubernetes apiserver on an arbitrary local port.
378 # The chosen port for the server will be output to stdout.
379 kubectl proxy --port=0
380
381 # Run a proxy to kubernetes apiserver, changing the api prefix to k8s-api
382 # This makes e.g. the pods api available at localhost:8001/k8s-api/v1/pods/
383 kubectl proxy --api-prefix=/k8s-api
384
385
386
387
389 kubectl(1),
390
391
392
394 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
395 com) based on the kubernetes source material, but hopefully they have
396 been automatically generated since!
397
398
399
400Eric Paris kubernetes User Manuals KUBERNETES(1)