๐—ฅ๐—ฒ๐—ฑ๐—ต๐—ฎ๐˜ ๐—ฒ๐˜…๐—ฝ๐—ฒ๐—ฟ๐˜ ๐˜€๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป ๐—ผ๐—ป ๐—ž๐˜‚๐—ฏ๐—ฒ๐—ฟ๐—ป๐—ฒ๐˜๐—ฒ๐˜€ ๐—ฎ๐—ป๐—ฑ ๐—ข๐—ฝ๐—ฒ๐—ป๐˜€๐—ต๐—ถ๐—ณ๐˜

Karan Agrawal
1 min readMar 2, 2021

Summary of the Session:

โœ”Benefits of K8s are Scalability, workload Probability, stability vs speed argument

Challenges are Hardening, deployment, operations

โœ”Container is a technology using which we can launch an operating system within seconds. Weโ€™ll have to keep on eyes on container, if any of the container goes down so we have to again launch

โœ”In VM only the hardware or the resourses of the base OS is shared but in Containers we can launch as many os over the container.

โœ”Overall docker function can be represented build โ†’ship โ†’run.

โœ”Source-to-Image (S2I) is a framework that makes it easy to write images that take application source code as an input and produce a new image that runs the assembled application as output.

โœ”Application platform changes as we might need our application to run on some other environment with different needs like on cloud depending on the resource requirements.

โœ”Platform as a service allows you use a precreated environment to use for your app.

โœ”OpenShift is a cloud development Platform as a Service (PaaS) hosted by Red Hat. Itโ€™s an open-source cloud-based user-friendly platform used to create, test, and run applications, and finally deploy them on the cloud.

--

--