Home
|
Tutorials
|
Articles
|
Videos
|
Products
|
Tools
|
Search
Interviews
|
Open Source
|
Tag Cloud
|
Follow Us
|
Bookmark
|
Contact
In Browser
StumbleUpon
del.icio.us
Google
Google Buzz
reddit
LinkedIn
Facebook
Twitter
Linkedin
E-Mail
Home
Tutorials
Articles
Search Tutorials
Products
Authors
Submit a Tutorial
Report a Bug
Interview FAQ
Subscribe
Container Management
>
Kubernetes
> How to get Kubernetes Deployment description and events
How to get Kubernetes Deployment description and events
Author:
Venkata Sudhakar
The below example shows how to get
Kubernetes Deployment
description and events.
$ kubectl get deployments NAME READY UP-TO-DATE AVAILABLE AGE http 1/1 1 1 16m $ kubectl describe deployment http Name: http Namespace: default CreationTimestamp: Sat, 06 Mar 2021 07:49:55 +0000 Labels: run=http Annotations: deployment.kubernetes.io/revision: 1 Selector: run=http Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable StrategyType: RollingUpdate MinReadySeconds: 0 RollingUpdateStrategy: 25% max unavailable, 25% max surge Pod Template: Labels: run=http Containers: http: Image: bethecoder/docker-http-server:latest Port:
Host Port:
Environment:
Mounts:
Volumes:
Conditions: Type Status Reason ---- ------ ------ Available True MinimumReplicasAvailable Progressing True NewReplicaSetAvailable OldReplicaSets:
NewReplicaSet: http-8d74f97b5 (1/1 replicas created) Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ScalingReplicaSet 96s deployment-controller Scaled up replica set http-8d74f97b5 to 1
Home
|
Tutorials
|
Random Tutorial
|
Articles
|
Videos
|
Search
|
Google Search
|
Products
|
Student Projects
|
Open Source
Tools
|
Tips And Tricks
|
How to Fix
|
Tag Cloud
|
Share
|
Disclaimer
|
Privacy
|
Contact
|
Login
Send your comments, suggestions or queries regarding this site to
[email protected]
.
Copyright © 2008-2024. All rights reserved.