Skip to content

Latest commit

 

History

History
121 lines (95 loc) · 9.18 KB

kubernetes.md

File metadata and controls

121 lines (95 loc) · 9.18 KB

Kubernetes

Table of Content:

Chaos

Type Alias Image
k8s.chaos.ChaosMesh -
k8s.chaos.LitmusChaos -

ClusterConfig

Type Alias Image
k8s.clusterconfig.HPA k8s.clusterconfig.HorizontalPodAutoscaler
k8s.clusterconfig.Limits k8s.clusterconfig.LimitRange
k8s.clusterconfig.Quota -

Compute

Type Alias Image
k8s.compute.Cronjob -
k8s.compute.Deploy k8s.compute.Deployment
k8s.compute.DS k8s.compute.DaemonSet
k8s.compute.Job -
k8s.compute.Pod -
k8s.compute.RS k8s.compute.ReplicaSet
k8s.compute.STS k8s.compute.StatefulSet

Control Plane

Type Alias Image
k8s.controlplane.API k8s.controlplane.APIServer
k8s.controlplane.CCM -
k8s.controlplane.CM k8s.controlplane.ControllerManager
k8s.controlplane.KProxy k8s.controlplane.KubeProxy
k8s.controlplane.Kubelet -
k8s.controlplane.Sched k8s.controlplane.Scheduler

Ecosystem

Type Alias Image
k8s.ecosystem.ExternalDns -
k8s.ecosystem.Helm -
k8s.ecosystem.Krew -
k8s.ecosystem.Kustomize -

Group

Type Alias Image
k8s.group.NS k8s.group.Namespace

Infra

Type Alias Image
k8s.infra.ETCD -
k8s.infra.Master -
k8s.infra.Node -

Network

Type Alias Image
k8s.network.Ep k8s.network.Endpoint
k8s.network.Ing k8s.network.Ingress
k8s.network.Netpol k8s.network.NetworkPolicy
k8s.network.SVC k8s.network.Service

Others

Type Alias Image
k8s.others.CRD -
k8s.others.PSP -

PodConfig

Type Alias Image
k8s.podconfig.CM k8s.podconfig.ConfigMap
k8s.podconfig.Secret -

RBAC

Type Alias Image
k8s.rbac.CRole k8s.rbac.ClusterRole
k8s.rbac.CRB k8s.rbac.ClusterRoleBinding
k8s.rbac.Group -
k8s.rbac.RB k8s.rbac.RoleBinding
k8s.rbac.Role -
k8s.rbac.SA k8s.rbac.ServiceAccount
k8s.rbac.User -

Storage

Type Alias Image
k8s.storage.PV k8s.storage.PersistentVolume
k8s.storage.PVC k8s.storage.PersistentVolumeClaim
k8s.storage.SC k8s.storage.StorageClass
k8s.storage.Vol k8s.storage.Volume