背景说明
通过kubectl进行获取资源对象例如pod、pv时经常需要按照一定的条件排序,此时需要用到排序参数—sort-by
解决方案
排序字段
针对排序字段这里需要查看资源对象的spec[规格]描述,这里拿pv举例
student@master01:~$ kubectl explain pvKIND: PersistentVolumeVERSION: v1DESCRIPTION:PersistentVolume (PV) is a storage resource provisioned by anadministrator. It is analogous to a node. More info:https://kubernetes.io/docs/concepts/storage/persistent-volumesFIELDS:apiVersion <string>APIVersion defines the versioned schema of this representation of anobject. Servers should convert recognized schemas to the latest internalvalue, and may reject unrecognized values. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resourceskind <string>Kind is a string value representing the REST resource this objectrepresents. Servers may infer this from the endpoint the client submitsrequests to. Cannot be updated. In CamelCase. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsmetadata <Object>Standard object's metadata. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataspec <Object>Spec defines a specification of a persistent volume owned by the cluster.Provisioned by an administrator. More info:https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumesstatus <Object>Status represents the current information/status for the persistent volume.Populated by the system. Read-only. More info:https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumesstudent@master01:~$student@master01:~$ kubectl explain pv.metadataKIND: PersistentVolumeVERSION: v1RESOURCE: metadata <Object>DESCRIPTION:Standard object's metadata. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataObjectMeta is metadata that all persisted resources must have, whichincludes all objects users must create.FIELDS:annotations <map[string]string>Annotations is an unstructured key value map stored with a resource thatmay be set by external tools to store and retrieve arbitrary metadata. Theyare not queryable and should be preserved when modifying objects. Moreinfo: http://kubernetes.io/docs/user-guide/annotationsclusterName <string>The name of the cluster which the object belongs to. This is used todistinguish resources with same name and namespace in different clusters.This field is not set anywhere right now and apiserver is going to ignoreit if set in create or update request.creationTimestamp <string>CreationTimestamp is a timestamp representing the server time when thisobject was created. It is not guaranteed to be set in happens-before orderacross separate operations. Clients may not set this value. It isrepresented in RFC3339 form and is in UTC.Populated by the system. Read-only. Null for lists. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatadeletionGracePeriodSeconds <integer>Number of seconds allowed for this object to gracefully terminate before itwill be removed from the system. Only set when deletionTimestamp is alsoset. May only be shortened. Read-only.deletionTimestamp <string>DeletionTimestamp is RFC 3339 date and time at which this resource will bedeleted. This field is set by the server when a graceful deletion isrequested by the user, and is not directly settable by a client. Theresource is expected to be deleted (no longer visible from resource lists,and not reachable by name) after the time in this field, once thefinalizers list is empty. As long as the finalizers list contains items,deletion is blocked. Once the deletionTimestamp is set, this value may notbe unset or be set further into the future, although it may be shortened orthe resource may be deleted prior to this time. For example, a user mayrequest that a pod is deleted in 30 seconds. The Kubelet will react bysending a graceful termination signal to the containers in the pod. Afterthat 30 seconds, the Kubelet will send a hard termination signal (SIGKILL)to the container and after cleanup, remove the pod from the API. In thepresence of network partitions, this object may still exist after thistimestamp, until an administrator or automated process can determine theresource is fully terminated. If not set, graceful deletion of the objecthas not been requested.Populated by the system when a graceful deletion is requested. Read-only.More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatafinalizers <[]string>Must be empty before the object is deleted from the registry. Each entry isan identifier for the responsible component that will remove the entry fromthe list. If the deletionTimestamp of the object is non-nil, entries inthis list can only be removed. Finalizers may be processed and removed inany order. Order is NOT enforced because it introduces significant risk ofstuck finalizers. finalizers is a shared field, any actor with permissioncan reorder it. If the finalizer list is processed in order, then this canlead to a situation in which the component responsible for the firstfinalizer in the list is waiting for a signal (field value, externalsystem, or other) produced by a component responsible for a finalizer laterin the list, resulting in a deadlock. Without enforced ordering finalizersare free to order amongst themselves and are not vulnerable to orderingchanges in the list.generateName <string>GenerateName is an optional prefix, used by the server, to generate aunique name ONLY IF the Name field has not been provided. If this field isused, the name returned to the client will be different than the namepassed. This value will also be combined with a unique suffix. The providedvalue has the same validation rules as the Name field, and may be truncatedby the length of the suffix required to make the value unique on theserver.If this field is specified and the generated name exists, the server willNOT return a 409 - instead, it will either return 201 Created or 500 withReason ServerTimeout indicating a unique name could not be found in thetime allotted, and the client should retry (optionally after the timeindicated in the Retry-After header).Applied only if Name is not specified. More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotencygeneration <integer>A sequence number representing a specific generation of the desired state.Populated by the system. Read-only.labels <map[string]string>Map of string keys and values that can be used to organize and categorize(scope and select) objects. May match selectors of replication controllersand services. More info: http://kubernetes.io/docs/user-guide/labelsmanagedFields <[]Object>ManagedFields maps workflow-id and version to the set of fields that aremanaged by that workflow. This is mostly for internal housekeeping, andusers typically shouldn't need to set or understand this field. A workflowcan be the user's name, a controller's name, or the name of a specificapply path like "ci-cd". The set of fields is always in the version thatthe workflow used when modifying the object.name <string>Name must be unique within a namespace. Is required when creatingresources, although some resources may allow a client to request thegeneration of an appropriate name automatically. Name is primarily intendedfor creation idempotence and configuration definition. Cannot be updated.More info: http://kubernetes.io/docs/user-guide/identifiers#namesnamespace <string>Namespace defines the space within which each name must be unique. An emptynamespace is equivalent to the "default" namespace, but "default" is thecanonical representation. Not all objects are required to be scoped to anamespace - the value of this field for those objects will be empty.Must be a DNS_LABEL. Cannot be updated. More info:http://kubernetes.io/docs/user-guide/namespacesownerReferences <[]Object>List of objects depended by this object. If ALL objects in the list havebeen deleted, this object will be garbage collected. If this object ismanaged by a controller, then an entry in this list will point to thiscontroller, with the controller field set to true. There cannot be morethan one managing controller.resourceVersion <string>An opaque value that represents the internal version of this object thatcan be used by clients to determine when objects have changed. May be usedfor optimistic concurrency, change detection, and the watch operation on aresource or set of resources. Clients must treat these values as opaque andpassed unmodified back to the server. They may only be valid for aparticular resource or set of resources.Populated by the system. Read-only. Value must be treated as opaque byclients and . More info:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistencyselfLink <string>SelfLink is a URL representing this object. Populated by the system.Read-only.DEPRECATED Kubernetes will stop propagating this field in 1.20 release andthe field is planned to be removed in 1.21 release.uid <string>UID is the unique in time and space value for this object. It is typicallygenerated by the server on successful creation of a resource and is notallowed to change on PUT operations.Populated by the system. Read-only. More info:http://kubernetes.io/docs/user-guide/identifiers#uidsstudent@master01:~$
这里支持两种语法{{xxxx}}和直接xxx
按照名称进行排序则为{{.metadata.name}}或者.metadata.name
按照创建时间排序{{.metadata.creationTimestamp}}或者.metadata.creationTimestamp
按照存储排序则为{{.spec.capacity.storage}}或者.spec.capacity.storage
排序样例
student@master01:~$ kubectl get pv --sort-by={{.metadata.name}}NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGEpv01 10Mi RWO Retain Available csi-hostpath-sc 72dstudent@master01:~$ kubectl get pv --sort-by=.metadata.nameNAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGEpv01 10Mi RWO Retain Available csi-hostpath-sc 72dstudent@master01:~$
特殊说明
针对—sort-by参数在top指令时只有两个可用即cpu和memory
student@master01:~$ kubectl top node -hDisplay resource (CPU/memory) usage of nodes.The top-node command allows you to see the resource consumption of nodes.Aliases:node, nodes, noExamples:# Show metrics for all nodeskubectl top node# Show metrics for a given nodekubectl top node NODE_NAMEOptions:--no-headers=false: If present, print output without headers-l, --selector='': Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)--show-capacity=false: Print node resources based on Capacity instead of Allocatable(default) of the nodes.--sort-by='': If non-empty, sort nodes list using specified field. The field can be either 'cpu' or 'memory'.--use-protocol-buffers=true: Enables using protocol-buffers to access Metrics API.Usage:kubectl top node [NAME | -l label] [options]Use "kubectl options" for a list of global command-line options (applies to all commands).student@master01:~$student@master01:~$ kubectl top pod -hDisplay resource (CPU/memory) usage of pods.The 'top pod' command allows you to see the resource consumption of pods.Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation.Aliases:pod, pods, poExamples:# Show metrics for all pods in the default namespacekubectl top pod# Show metrics for all pods in the given namespacekubectl top pod --namespace=NAMESPACE# Show metrics for a given pod and its containerskubectl top pod POD_NAME --containers# Show metrics for the pods defined by label name=myLabelkubectl top pod -l name=myLabelOptions:-A, --all-namespaces=false: If present, list the requested object(s) across all namespaces. Namespace in currentcontext is ignored even if specified with --namespace.--containers=false: If present, print usage of containers within a pod.--field-selector='': Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selectorkey1=value1,key2=value2). The server only supports a limited number of field queries per type.--no-headers=false: If present, print output without headers.-l, --selector='': Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)--sort-by='': If non-empty, sort pods list using specified field. The field can be either 'cpu' or 'memory'.--use-protocol-buffers=true: Enables using protocol-buffers to access Metrics API.Usage:kubectl top pod [NAME | -l label] [options]Use "kubectl options" for a list of global command-line options (applies to all commands).student@master01:~$
例如示例例如下
student@master01:~$ kubectl top pod --sort-by=cpu
NAME CPU(cores) MEMORY(bytes)
11-factor-app 2m 1Mi
foo 0m 10Mi
front-end-94f5bf8fb-hxg4p 0m 4Mi
podname1 0m 3Mi
podname2 0m 1Mi
presentation-5649f596b9-jxfnn 0m 2Mi
student@master01:~$ kubectl top pod --sort-by=memory
NAME CPU(cores) MEMORY(bytes)
foo 0m 10Mi
front-end-94f5bf8fb-hxg4p 0m 4Mi
podname1 0m 3Mi
presentation-5649f596b9-jxfnn 0m 2Mi
11-factor-app 2m 1Mi
podname2 0m 1Mi
student@master01:~$
