Kubernetes, Pod
β Kubernetes open source system to manage, deploy several containers like an extension of docker compose ππ» automate container management(deployment, extension, update) ππ» load balancing ...
β Kubernetes open source system to manage, deploy several containers like an extension of docker compose ππ» automate container management(deployment, extension, update) ππ» load balancing ...
β Vector and List and date Vector: type of data logical(boolean) integer double character x <- c(1, 3, 5) names(x) <- c("a", "b", "c") x x[2] #3 x["...
β Install Docker reference AWS https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-docker.html # update sudo yum update -y # install sudo yum install -y ...
β What is a DB session? βοΈ DB session: logical connection between user(application) and DB DB session starts when user makes the connection and ends when user disconnects allow DB...
β What is an Anomaly in a database? βοΈ Anomaly: unexpected problems that happen when inserting, updating, deleting data in DB β When does it happen? when table is not properly struc...
β What is the difference between random I/O and sequential I/O? random I/O: access data at arbitary locations on storage device no order WHERE, find with conditions need to skip several r...
β Can you explain what SQL is and how it differs from programming languages like C? Structured Query Language: declarative language to interact with RDB used to manage RDB such as INSERT, D...
β νμΌμμ€ν κ³Ό λ°μ΄ν°λ² μ΄μ€μ μ°¨μ΄μ μ λν΄μ μ€λͺ ν΄μ£ΌμΈμ. νμΌμμ€ν : manage data in files create, delete, update, search files ππ» data redundancy: κ°μ λ°μ΄ν°κ° μ¬λ¬λ² μ€λ³΅ν΄μ μλ‘ λ€λ₯Έ νμΌμ μ μ₯ ππ» data consistency ππ» data integrit...
β Docker Compose docker container μ¬λ¬κ° λμ°κ³ νλλ‘ κ΄λ¦¬νκ³ μΆμ λ μ¬λ¬κ°μ docker containerλ€μ νλμ μλΉμ€λ‘ μ μνκ³ κ΅¬μ±, νλμ λ¬ΆμμΌλ‘ κ΄λ¦¬ ππ» easy to maintain several containers together ππ» easier commands βοΈ Docke...
β Explain the structure of the JVM JVM: runtime engine that enables Java bytecode to be executed on any platform ClassLoader: load .class file into JVM Runtime data Area: memory Execution...