This Week I Learned - Week #12 2022
This Week I Learned - * Make your page load feel more instant by using priority hints to help the browser prioritize the most critical resources. You can also prioritize iframes, scripts, links, and fetch using fetchpriority property! * With no value, the download attribute of anchor tag forces the linked page to be downloaded . Alternatively, you can provide a value which the browser uses as the suggested file name for the downloaded resource. <a href="/example.pdf" download="my-download.pdf">Download File</a> * Kubernetes is a complex system that relies on several components being configured correctly to have a working cluster. Today, over 100 Kubernetes distributions and installers have been created, each with different default configurations for clusters and supported infrastructure providers. SIG Cluster Lifecycle began the Cluster API project as a way to address these gaps by building declarative, Kubernetes-style APIs, that automate clus...