The DevOps DropSign in
Interview HubTopicsCertification PrepSavedAchievementsGlobal LeaderboardLearnTech BlogsTech News

Kubernetes

Scheduling, probes, workloads and the failure modes that come with them.

TypeEverythingLearn2Questions6Drills99News2
LevelAll levelsIntermediate2Advanced3Expert1

1 item at expert level · all topics

  • QuestionDevOps·expert·4 min+100 XP

    Git is the source of truth, but production differs from Git. How do you prove where the drift happened?

    Compare state at each stage, Git, rendered manifests, what was applied, and the live cluster, and use Kubernetes' own metadata to name the culprit. managedFields records which controller last wrote each field, which usually answers the question outright without any guessing.

    #Git#Kubernetes#Observability#Troubleshooting