{"id":46485,"date":"2022-05-04T19:02:15","date_gmt":"2022-05-04T19:02:15","guid":{"rendered":"http:\/\/38f6c74b-ef9b-4fa7-956a-b944514abf8b"},"modified":"2022-05-04T19:02:15","modified_gmt":"2022-05-04T19:02:15","slug":"kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/","title":{"rendered":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes"},"content":{"rendered":"<div class=\"share-bar-wrapper\">\n<div class=\"full-byline\">\n<div class=\"author-avatars\"> <a rel=\"author\" class=\"thumb author-modal-open\" data-component=\"authorModal\" data-author-modal-options=\"{&quot;selector&quot;:&quot;steven-vaughan-nichols-modal&quot;,&quot;hoverSelector&quot;:&quot;.full-byline&quot;}\" href=\"https:\/\/www.zdnet.com\/meet-the-team\/us\/steven-j-vaughan-nichols\/\" data-vanity-rewritten=\"true\"> <span class=\"img \"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\" class alt=\"Steven Vaughan-Nichols\" height=\"50\" width=\"50\"><\/span> <\/a> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p><a href=\"https:\/\/kubernetes.io\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Kubernetes<\/a>, everyone&#8217;s favorite container orchestrator, in its latest release, <a href=\"https:\/\/www.kubernetes.dev\/resources\/release\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Kubernetes 1.24 Stargazer<\/a>, has made two major changes: The developers dropped support for the <a href=\"https:\/\/www.docker.com\/products\/container-runtime\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Docker Engine container runtime<\/a> and added supply chain security via <a href=\"https:\/\/www.sigstore.dev\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Sigstore<\/a>.&nbsp; <\/p>\n<p>First, don&#8217;t start hyperventilating because <a href=\"https:\/\/kubernetes.io\/blog\/2022\/02\/17\/dockershim-faq\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Dockershim<\/a> has been deprecated. While Dockershim enabled you to use the Docker containerd runtime within Kubernetes, it was never designed to be embedded inside Kubernetes. Further, it&#8217;s incompatible with Kubernetes&#8217; <a href=\"https:\/\/kubernetes.io\/blog\/2016\/12\/container-runtime-interface-cri-in-kubernetes\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Container Runtime Interface (CRI)<\/a>. The fix was for dockershim to bridge the gap between <a href=\"https:\/\/www.docker.com\/blog\/what-is-containerd-runtime\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Docker&#8217;s containerd<\/a> and CRI.&nbsp; <\/p>\n<p>Maintaining dockershim, however, was a pain so Kubernetes started deprecating it. As Kat Cosgrove, a&nbsp;<a href=\"https:\/\/www.pulumi.com\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Pulumi<\/a> Developer Advocate and <a href=\"https:\/\/www.cncf.io\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Cloud Native Computing Foundation (CNCF)<\/a> Ambassador, explained, in Kubernetes&#8217; early days, &#8220;We only supported one container runtime. That <a href=\"https:\/\/kubernetes.io\/blog\/2022\/05\/03\/dockershim-historical-context\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">runtime was Docker Engine.<\/a> Back then, there weren&#8217;t really a lot of other options out there and Docker was the dominant tool for working with containers, so this was not a controversial choice.&#8221;&nbsp; <\/p>\n<p>But Kubernetes users wanted more runtime choices. They got that with CRI, but the Docker Engine was not CRI-compatible. The fix, Dockershim, filled in the gaps between Docker Engine and CRI. &#8220;However,&#8221; Cosgrove continued, &#8220;this little software shim was never intended to be a permanent solution. Over the course of years, its existence has introduced a lot of unnecessary complexity to the <a href=\"https:\/\/kubernetes.io\/docs\/concepts\/overview\/components\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">kubelet<\/a> itself. Some integrations are inconsistently implemented for Docker because of this shim, resulting in an increased burden on maintainers, and maintaining vendor-specific code is not in line with our open-source philosophy.&#8221; <\/p>\n<p>Unfortunately, Cosgrove admits, the Kubernetes developer community did a poor job of communicating what they were doing by removing Dockerhsim. It also doesn&#8217;t help that when we say <a href=\"https:\/\/www.zdnet.com\/article\/what-is-docker-and-why-is-it-so-darn-popular\/\">&#8220;Docker,&#8221; we might refer to the container image<\/a>; <a href=\"https:\/\/www.docker.com\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Docker, the company<\/a>, or the Docker runtime. By removing Dockershim, we&#8217;re referring only to the runtime. Docker containers still run just fine on Kubernetes. As Cosgrove concluded, &#8220;Docker is not going away, either as a tool or as a company.&#8221; Still, &#8220;removing dockershim from kubelet is ultimately good for the community, the ecosystem, the project, and open source at large.&nbsp; <\/p>\n<p>But if you really want to stick with the Docker Engine you can even if Kubernetes no longer natively supports it. <a href=\"https:\/\/www.mirantis.com\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Mirantis<\/a>, which now owns the Docker program, will continue to support Dockershim in <a href=\"https:\/\/docs.docker.com\/engine\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Docker Engine<\/a> and <a href=\"https:\/\/www.mirantis.com\/software\/container-runtime\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Mirantis Container Runtime with Kubernetes<\/a>. This new Dockershim program, <a href=\"https:\/\/github.com\/mirantis\/cri-dockerd\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">cri-dockerd<\/a>, provides a shim for Docker Engine, which enables you to control Docker via the Kubernetes CRI. <\/p>\n<p>You can also, of course, switch to one of the <a href=\"https:\/\/kubernetes.io\/docs\/setup\/production-environment\/container-runtimes\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">supported Kubernetes runtimes<\/a>, such as containerd v1.6.4 and later, v1.5.11 and later, or CRI-O 1.24 and later. <\/p>\n<p>For more on making sure your Kubernetes clustered are ready for the change, see <a href=\"https:\/\/kubernetes.io\/blog\/2022\/03\/31\/ready-for-dockershim-removal\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Is Your Cluster Ready for v1.24?<\/a> <\/p>\n<p>In another major development, <a href=\"https:\/\/www.zdnet.com\/article\/kubernetes-taps-sigstore-to-thwart-open-source-software-supply-chain-attacks\/\">Kubernetes is now supporting encrypted software artifact signing to improve its software supply chain security<\/a>. According to founding Sigstore developer Dan Lorenc, Sigstore certificates enable <a href=\"https:\/\/blog.sigstore.dev\/kubernetes-signals-massive-adoption-of-sigstore-for-protecting-open-source-ecosystem-73a6757da73\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Kubernetes users to verify the authenticity and integrity of the distribution<\/a> they&#8217;re using by &#8220;giving users the ability to verify signatures and have greater confidence in the origin of each and every deployed Kubernetes binary, source code bundle, and container image.&#8221; <\/p>\n<p>The Kubernetes programmers began working on <a href=\"http:\/\/slsa.dev\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Supply chain Levels for Software Artifacts, (SLSA<\/a>, pronounced salsa) compliance to improve Kubernetes software supply chain security in 2021. SLSA is a security framework that includes a checklist of standards and controls to prevent tampering, improve the integrity, and secure the packages and infrastructure of software projects.&nbsp; <\/p>\n<p>The Sigstore program, which is SLSA Level 2 compliant, is a major step forward for Kubernetes security. It improves software supply chain security by making it easy to cryptographically sign release files, container images, and binaries. Once signed, the signing record is kept in a tamper-proof public log. This gives software artifacts a safer chain of custody that can be secured traced back to their source.&nbsp; <\/p>\n<p>Kubernetes 1.24 brings other improvements as well. For example, new beta application programming interfaces (APIs) will no longer be enabled in clusters by default. However, existing beta APIs and new versions of them will continue to be enabled by default. In another API change, Kubernetes 1.24 offers beta support for publishing its APIs in the <a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/2896\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">OpenAPI v3 format<\/a>. <\/p>\n<p>There have also been storage and volume changes. <a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/1472\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Storage capacity tracking<\/a> now supports exposing currently available storage capacity via <a href=\"https:\/\/kubernetes.io\/docs\/concepts\/storage\/storage-capacity\/#api\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">CSIStorageCapacity objects<\/a> and enhances scheduling of pods that use <a href=\"https:\/\/kubernetes.io\/blog\/2019\/01\/15\/container-storage-interface-ga\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Container Storage Interface (CSI)<\/a> volumes with late binding. In the meantime, you can resize existing persistent volume with&nbsp;<a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/284#link=%7B%22role%22:%22standard%22,%22href%22:%22https:\/\/github.com\/kubernetes\/enhancements\/issues\/284%22,%22target%22:%22_blank%22,%22absolute%22:%22%22,%22linkText%22:%22Volume%20expansion%22%7D\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Volume expansion<\/a>. Work is also underway to <a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/625\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">migrate the internals of in-tree storage plugins<\/a> to call out to CSI Plugins while maintaining the original API. So far, the <a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/1490\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Azure Disk<\/a> and <a href=\"https:\/\/github.com\/kubernetes\/enhancements\/issues\/1489\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">OpenStack Cinder<\/a> plugins have both been migrated. <\/p>\n<p>Finally, while there are many other changes and improvements, I particularly bring your attention to Kubernetes 1.24&#8217;s new optional networking feature, which lets you <a href=\"https:\/\/kubernetes.io\/docs\/concepts\/services-networking\/service\/#service-ip-static-sub-range\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">soft-reserve a range for static IP address assignments<\/a> to Services. With the manual enablement of this feature, the cluster will prefer automatic assignment from the pool of Service IP addresses, thus reducing the risk of collision. I like this feature a lot. <\/p>\n<p>A Service ClusterIP can be assigned either: <\/p>\n<ul readability=\"0.5\">\n<li readability=\"1\">\n<p>dynamically, which means the cluster will automatically pick a free IP within the configured Service IP range. <\/p>\n<\/li>\n<li readability=\"0\">\n<p>statically, which means the user will set one IP within the configured Service IP range. <\/p>\n<\/li>\n<\/ul>\n<p>These Service ClusterIP are unique; hence, trying to create a Service with a ClusterIP that has already been allocated will return an error. This makes avoiding otherwise simple-to-make networking errors much simpler.&nbsp; <\/p>\n<p>Usually, companies take their time about moving to a new Kubernetes release. For Stargazer, however, I suggest you consider making an exception. It&#8217;s an exceptional release. <\/p>\n<p><strong>Related Stories:<\/strong> <\/p>\n<p> READ MORE <a href=\"https:\/\/www.zdnet.com\/article\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#ftag=RSSbaffb68\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some software releases are minor affairs, but then there&#8217;s the latest Kubernetes update. It drops the Docker runtime and incorporates supply chain security.<br \/>\nREAD MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[62],"tags":[],"class_list":["post-46485","post","type-post","status-publish","format-standard","hentry","category-zdnet-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-04T19:02:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Kubernetes 1.24 Stargazer: An exceptional release with two major changes\",\"datePublished\":\"2022-05-04T19:02:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/\"},\"wordCount\":977,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/b43d0720aa5435df692e9998d3eb65393369d8ab\\\/2014\\\/07\\\/22\\\/e57da6d8-1174-11e4-9732-00505685119a\\\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\",\"articleSection\":[\"ZDNet | Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/\",\"name\":\"Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/b43d0720aa5435df692e9998d3eb65393369d8ab\\\/2014\\\/07\\\/22\\\/e57da6d8-1174-11e4-9732-00505685119a\\\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\",\"datePublished\":\"2022-05-04T19:02:15+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/b43d0720aa5435df692e9998d3eb65393369d8ab\\\/2014\\\/07\\\/22\\\/e57da6d8-1174-11e4-9732-00505685119a\\\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\",\"contentUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/b43d0720aa5435df692e9998d3eb65393369d8ab\\\/2014\\\/07\\\/22\\\/e57da6d8-1174-11e4-9732-00505685119a\\\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kubernetes 1.24 Stargazer: An exceptional release with two major changes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/","og_locale":"en_US","og_type":"article","og_title":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2022-05-04T19:02:15+00:00","og_image":[{"url":"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp","type":"","width":"","height":""}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes","datePublished":"2022-05-04T19:02:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/"},"wordCount":977,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp","articleSection":["ZDNet | Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/","url":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/","name":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp","datePublished":"2022-05-04T19:02:15+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#primaryimage","url":"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp","contentUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/b43d0720aa5435df692e9998d3eb65393369d8ab\/2014\/07\/22\/e57da6d8-1174-11e4-9732-00505685119a\/steven-j-vaughan-nichols.jpg?width=50&amp;height=50&amp;fit=crop&amp;auto=webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/kubernetes-1-24-stargazer-an-exceptional-release-with-two-major-changes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Kubernetes 1.24 Stargazer: An exceptional release with two major changes"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/46485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=46485"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/46485\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=46485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=46485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=46485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}