Share the joy
manifest, in kubernetes, it is used to create/modify resources, such as pod. Normally it is .yaml file. For example kubectl apply -f my-file.yaml
artifact, a deployable resource. Could be docker image, git repo, github file, http file, s3 object etc
chart, a combined K8S yaml manifests
helm, is a tool. Similar to yum, apt in