Kubectl – brief overview ● The kubectl command line tool lets you control Kubernetes clusters ● Syntax — kubectl [command] [TYPE] [NAME] [flags] ● command — specifies the operation that you want to perform on one or more resources, for example create, get, describe, delete ● TYPE — specifies the resource type. Resource types are case-insensitive and you can specify the singular, plural, or abbreviated forms. ● NAME — specifies the name of the resource. Names are case-sensitive. If the name is omitted, details for all resources are displayed. ● flags — specifies optional flag 11 Kubernetes architecture 12 12 189