Pope Francis returns to Rome at the conclusion of his 41st Apostolic Visit abroad, which took him to the EU nation of Hungary, and prays at the Basilica of St. Mary Major in gratitude for his safe journey. Read all
Pope Francis speaks to journalists traveling with him on the return flight to Rome from his Apostolic Journey to Hungary, and discusses the Holy See’s efforts to facilitate a truce in Ukraine and the return of Ukrainian children from Russia, as well as his recent hospitalization and recovery. Read all
Pope Francis departs from Hungary following a three-day Apostolic Visit during which he emphasized the need for fraternity, openness and inclusion. Read all
Pope Francis bids farewell to the people of Hungary on Sunday, wrapping up a three-day Apostolic Visit during which he encouraged them to remain open to people from other countries and to grow in fraternity in order to pursue peace. Read all
Pope Francis addresses Hungary’s academicians and scientists at the last public event of his Apostolic Visit, and urges them to always be humble and recall that knowledge is truth and that truth is freedom. Read all
Authors: Dixita Narang (Google) Kubernetes v1.27, released in April 2023, introduced changes to Memory QoS (alpha) to improve memory management capabilites in Linux nodes. Support for Memory QoS was initially added in Kubernetes v1.22, and later some limitations around the formula for calculating memory.high were identified. These limitations are addressed in Kubernetes v1.27. Background Kubernetes […]
Author: Matthew Cary (Google) Kubernetes v1.27 graduated to beta a new policy mechanism for StatefulSets that controls the lifetime of their PersistentVolumeClaims (PVCs). The new PVC retention policy lets users specify if the PVCs generated from the StatefulSet spec template should be automatically deleted or retrained when the StatefulSet is deleted or replicas in the […]
Author: Kensei Nakada (Mercari) Kubernetes 1.20 introduced the ContainerResource type metric in HorizontalPodAutoscaler (HPA). In Kubernetes 1.27, this feature moves to beta and the corresponding feature gate (HPAContainerMetrics) gets enabled by default. What is the ContainerResource type metric The ContainerResource type metric allows us to configure the autoscaling based on resource usage of individual containers. […]