infrastructure-software-upgrades

Generic guidelines on how to perform infrastructure component upgrades in a reliable way

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "infrastructure-software-upgrades" with this command: npx skills add stakpak/community-paks/stakpak-community-paks-infrastructure-software-upgrades

When upgrading infrastructure components like Kubernetes Cluster, Jenkins, Kubernetes Operators, Databases, always consider the following:

  1. Find the current version of the component you want to upgrade

  2. Research online the new available versions of this component, preferring stable versions in production unless you want to test newer unstable versions of the software or need to for other reasons the nightly/unstable version installed -> this depends on why the user wants to do the upgrade in the first place\

  3. Once you know the target version, perform comprehensive research on all the change logs of all the versions between the current version and the target version, you must check each version in the upgrade sequence for breaking changes, this is crucial to make sure you did not miss any important stps\

  4. Identify any potential breaking changes, dependencies, and specific steps or tools required while performing the upgrade

  5. Always try to perform upgrades in a non-destructive and reversible manner, so take backups or perform rolling deployments when necessary to avoid downtime, unless the user wants to do a YOLO upgrade, in this case keep aside a plan for rollback

  6. Write down the upgrade plan in a markdown file for future reference or for approval when needed

  7. Once you get confirmation or approval on the plan, proceed with the execution, keeping in mind that you might need to revisit it and update as you hit unexpected issues during the upgrade

  8. After you're done, you MUST test that the component and it's dependencies are functioning properly, check health checks and functionality if possible (you're are not truly done until you do this)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Agent Ops Runbook

Generate a detailed operations runbook for deploying AI agents, including rollout stages, monitoring, rollback plans, cost estimates, and incident response t...

Registry SourceRecently Updated
3390Profile unavailable
Security

Incident Response Playbook

Guides business and IT teams through incident detection, severity classification, containment, resolution, communication, and post-mortem with automated time...

Registry SourceRecently Updated
5310Profile unavailable
General

Fleet Management Optimizer

Analyze vehicle utilization, schedule maintenance, optimize routes, track costs and compliance, and plan EV transitions to improve fleet efficiency and reduc...

Registry SourceRecently Updated
4450Profile unavailable
General

terrateam-usage-guide

No summary provided by upstream source.

Repository SourceNeeds Review