Registration request5G | ShareTechnotehttps://www.sharetechnote.com/html/5G/5G_Registration.html#Case_A_NormalRegistrationPDF : https://www.eventhelix.com/5G/standalone-access-registration/details/5g-standalone-access-registration.pdfPDF : https://www.eventhelix.com/5G/standalone-access-registration/5g-standalone-access-registration.pdfSpec...
Sunday, 15 December 2024
Tuesday, 19 November 2024
RedCap
3GppFind document based on document number : 3GPP document search by file name | NetovateRedCapBlog : The 3G4G Blog: RedCapPPT Slide + Links : Beginners: Introduction to 5G Reduced Capability (RedCap) Devices3GPP CRs : How to find RedCap in 3GPPIn Spec23.501Section 5.41 NR RedCap UEs differentiationSection 5.3.2.3The AMF may also...
Tuesday, 17 September 2024
Kubernetes - Namespace

Kubernetes - NamespaceDefault namespace created by Kubernetes kube-systemkube-publicdefaultHow it is helpful ?These different namespace can be used by same cluster for DEV and PROD environment.they will have isolated resources between them so that DEV will have their...
Thursday, 12 September 2024
Kubernetes- Deployment

Kubernetes- Deployment- Defines how to deploy application in production environment.ScenariosOld instance running - Multiple Pod having applications are running in production environment.New version of application is available - need to upgrade seamlessly- without any downtime.Rolling...
Tuesday, 27 August 2024
Kubernetes Architecture, POD, ReplicaSet & Replica Controller

Kubernetes Architecture, POD, ReplicaSet & Replica Controller1. IntroductionWhat is Node ? Node is a machine - Physical or Virtual on which Kubernetes is installed,Node is where containers will be launched by Kubernetes.What will happen to Nodes in which...