From fe8adcf5df560e17b3f260874c2c75a46b072be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 5 Dec 2019 00:15:49 +0100 Subject: [PATCH] works now? --- src/bib/mybib.bib~ | 186 -------------------------------------- src/bib/mybib.bib~2 | 186 -------------------------------------- src/bib/mybib.bib~3 | 180 ------------------------------------ src/bib/mybib.bib~4 | 174 ----------------------------------- src/bib/mybib.bib~5 | 168 ---------------------------------- src/include/thesis-en.tex | 2 +- src/include/thesis-hu.tex | 2 +- src/thesis.tex | 2 +- 8 files changed, 3 insertions(+), 897 deletions(-) delete mode 100644 src/bib/mybib.bib~ delete mode 100644 src/bib/mybib.bib~2 delete mode 100644 src/bib/mybib.bib~3 delete mode 100644 src/bib/mybib.bib~4 delete mode 100644 src/bib/mybib.bib~5 diff --git a/src/bib/mybib.bib~ b/src/bib/mybib.bib~ deleted file mode 100644 index b9c693d..0000000 --- a/src/bib/mybib.bib~ +++ /dev/null @@ -1,186 +0,0 @@ -@report{Jeney, - author = {G{\'a}bor Jeney}, - institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k}, - location = {Budapest}, - note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}}, - title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l}, - type = {techreport}, - year = {2014} -} - -@misc{docker-vs-virtmachine, - author = {Nick Janetakis}, - howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}, - note = {Megtekintve 2019-12-04}, - title = {Comparing Virtual Machines vs Docker Containers} -} - -@misc{docker-overview, - howpublished = {https://docs.docker.com/engine/docker-overview/}, - note = {Megtekintve 2019-12-04}, - title = {Docker overview} -} - -@manual{linux-namespaces, - howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html}, - note = {Megtekintve 2019-12-04}, - title = {namespaces - overview of Linux namespaces} -} - -@misc{cgroups, - howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}, - note = {Megtekintve 2019-12-04}, - title = {Introduction to Control Groups (Cgroups)} -} - -@misc{mikroszeviz, - author = {Farkas G{\'a}bor}, - howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}, - note = {Megtekintve 2019-12-04}, - title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} -} - -@manual{kubernetes-pods, - howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/}, - note = {Megtekintve 2019-12-04}, - title = {Pods} -} - -@manual{kubernetes-replicaset, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}, - note = {Megtekintve 2019-12-04}, - title = {ReplicaSet} -} - -@manual{kubernetes-deployment, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}, - note = {Megtekintve 2019-12-04}, - title = {Deployments} -} - -@manual{kubernetes-crd, - howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}, - note = {Megtekintve 2019-12-04}, - title = {Extend the Kubernetes API with CustomResourceDefinitions} -} - -@manual{kubernetes-hpa, - howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}, - note = {Megtekintve 2019-12-04}, - title = {Horizontal Pod Autoscaler} -} - -@manual{kubeless-http, - howpublished = {https://kubeless.io/docs/http-triggers/}, - note = {Megtekintve 2019-12-04}, - title = {Expose and secure Kubeless functions} -} - -@manual{kubeless-pubsub, - howpublished = {https://kubeless.io/docs/pubsub-functions/}, - note = {Megtekintve 2019-12-04}, - title = {PubSub events} -} - -@manual{kubernetes-ingress, - howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}, - note = {Megtekintve 2019-12-04}, - title = {Ingress Controllers} -} - -@manual{kubernetes-nginx, - howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal}, - note = {Megtekintve 2019-12-04}, - title = {Installation Guide - Bare Metal} -} - -@misc{github-issue-1, - howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131}, - note = {Megtekintve 2019-12-04}, - title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} -} - -@manual{kubeless-quickstart, - howpublished = {https://kubeless.io/docs/quick-start/}, - note = {Megtekintve 2019-12-04}, - title = {Installation} -} - -@misc{github-hey, - howpublished = {https://github.com/rakyll/hey}, - note = {Megtekintve 2019-12-04}, - title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} -} - -@misc{github-wrk, - howpublished = {https://github.com/wg/wrk}, - note = {Megtekintve 2019-12-04}, - title = {Modern HTTP benchmarking tool} -} - -@manual{docker-logging, - howpublished = {https://docs.docker.com/config/containers/logging/configure/}, - note = {Megtekintve 2019-12-04}, - title = {Configure logging drivers} -} - -@manual{kubernetes-ephemeral-storage, - howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}, - note = {Megtekintve 2019-12-04}, - title = {Managing Compute Resources for Containers - Local ephemeral storage} -} - -@manual{kubernetes-eviction, - howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}, - note = {Megtekintve 2019-12-04}, - title = {Configure Out of Resource Handling - Eviction Policy} -} - -@manual{kubernetes-nodes, - howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/}, - note = {Megtekintve 2019-12-04}, - title = {Nodes} -} - -@manual{kubernetes-kubelet, - howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}, - note = {Megtekintve 2019-12-04}, - title = {kubelet} -} - -@misc{cloud, - howpublished = {https://www.ibm.com/cloud/learn/cloud-computing}, - note = {Megtekintve 2019-12-04}, - title = {Cloud computing: A complete guide} -} - -@misc{faas, - howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}, - note = {Megtekintve 2019-12-04}, - title = {What Is Function as a Service (FaaS)?} -} - -@article{saas, - howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}, - note = {Megtekintve 2019-12-04}, - title = {What is SaaS? Software-as-a-service defined} -} - -@misc{paas, - howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}, - note = {Megtekintve 2019-12-04}, - title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose} -} - -@misc{iaas, - howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service}, - note = {Megtekintve 2019-12-04}, - title = {What is Infrastructure-as-a-Service? Everything you need to know} -} - -@misc{os-virt, - howpublished = {https://www.w3schools.in/cloud-virtualization/os-virtualization/}, - note = {Megtekintve 2019-12-04}, - title = {Operating System (OS) Virtualization} -} - diff --git a/src/bib/mybib.bib~2 b/src/bib/mybib.bib~2 deleted file mode 100644 index de4efa0..0000000 --- a/src/bib/mybib.bib~2 +++ /dev/null @@ -1,186 +0,0 @@ -@report{Jeney, - author = {G{\'a}bor Jeney}, - institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k}, - location = {Budapest}, - note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}}, - title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l}, - type = {techreport}, - year = {2014} -} - -@misc{docker-vs-virtmachine, - author = {Nick Janetakis}, - howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}, - note = {Megtekintve 2019-12-04}, - title = {Comparing Virtual Machines vs Docker Containers} -} - -@misc{docker-overview, - howpublished = {https://docs.docker.com/engine/docker-overview/}, - note = {Megtekintve 2019-12-04}, - title = {Docker overview} -} - -@manual{linux-namespaces, - howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html}, - note = {Megtekintve 2019-12-04}, - title = {namespaces - overview of Linux namespaces} -} - -@misc{cgroups, - howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}, - note = {Megtekintve 2019-12-04}, - title = {Introduction to Control Groups (Cgroups)} -} - -@misc{mikroszeviz, - author = {Farkas G{\'a}bor}, - howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}, - note = {Megtekintve 2019-12-04}, - title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} -} - -@manual{kubernetes-pods, - howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/}, - note = {Megtekintve 2019-12-04}, - title = {Pods} -} - -@manual{kubernetes-replicaset, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}, - note = {Megtekintve 2019-12-04}, - title = {ReplicaSet} -} - -@manual{kubernetes-deployment, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}, - note = {Megtekintve 2019-12-04}, - title = {Deployments} -} - -@manual{kubernetes-crd, - howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}, - note = {Megtekintve 2019-12-04}, - title = {Extend the Kubernetes API with CustomResourceDefinitions} -} - -@manual{kubernetes-hpa, - howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}, - note = {Megtekintve 2019-12-04}, - title = {Horizontal Pod Autoscaler} -} - -@manual{kubeless-http, - howpublished = {https://kubeless.io/docs/http-triggers/}, - note = {Megtekintve 2019-12-04}, - title = {Expose and secure Kubeless functions} -} - -@manual{kubeless-pubsub, - howpublished = {https://kubeless.io/docs/pubsub-functions/}, - note = {Megtekintve 2019-12-04}, - title = {PubSub events} -} - -@manual{kubernetes-ingress, - howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}, - note = {Megtekintve 2019-12-04}, - title = {Ingress Controllers} -} - -@manual{kubernetes-nginx, - howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal}, - note = {Megtekintve 2019-12-04}, - title = {Installation Guide - Bare Metal} -} - -@misc{github-issue-1, - howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131}, - note = {Megtekintve 2019-12-04}, - title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} -} - -@manual{kubeless-quickstart, - howpublished = {https://kubeless.io/docs/quick-start/}, - note = {Megtekintve 2019-12-04}, - title = {Installation} -} - -@misc{github-hey, - howpublished = {https://github.com/rakyll/hey}, - note = {Megtekintve 2019-12-04}, - title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} -} - -@misc{github-wrk, - howpublished = {https://github.com/wg/wrk}, - note = {Megtekintve 2019-12-04}, - title = {Modern HTTP benchmarking tool} -} - -@manual{docker-logging, - howpublished = {https://docs.docker.com/config/containers/logging/configure/}, - note = {Megtekintve 2019-12-04}, - title = {Configure logging drivers} -} - -@manual{kubernetes-ephemeral-storage, - howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}, - note = {Megtekintve 2019-12-04}, - title = {Managing Compute Resources for Containers - Local ephemeral storage} -} - -@manual{kubernetes-eviction, - howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}, - note = {Megtekintve 2019-12-04}, - title = {Configure Out of Resource Handling - Eviction Policy} -} - -@manual{kubernetes-nodes, - howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/}, - note = {Megtekintve 2019-12-04}, - title = {Nodes} -} - -@manual{kubernetes-kubelet, - howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}, - note = {Megtekintve 2019-12-04}, - title = {kubelet} -} - -@misc{cloud, - howpublished = {https://www.ibm.com/cloud/learn/cloud-computing}, - note = {Megtekintve 2019-12-04}, - title = {Cloud computing: A complete guide} -} - -@misc{faas, - howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}, - note = {Megtekintve 2019-12-04}, - title = {What Is Function as a Service (FaaS)?} -} - -@article{saas, - howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}, - note = {Megtekintve 2019-12-04}, - title = {What is SaaS? Software-as-a-service defined} -} - -@misc{paas, - howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}, - note = {Megtekintve 2019-12-04}, - title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose} -} - -@misc{iaas, - howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service}, - note = {Megtekintve 2019-12-04}, - title = {What is Infrastructure-as-a-Service? Everything you need to know} -} - -@article{os-virt, - howpublished = {https://www.w3schools.in/cloud-virtualization/os-virtualization/}, - note = {Megtekintve 2019-12-04}, - title = {Operating System (OS) Virtualization} -} - diff --git a/src/bib/mybib.bib~3 b/src/bib/mybib.bib~3 deleted file mode 100644 index 886ea85..0000000 --- a/src/bib/mybib.bib~3 +++ /dev/null @@ -1,180 +0,0 @@ -@report{Jeney, - author = {G{\'a}bor Jeney}, - institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k}, - location = {Budapest}, - note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}}, - title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l}, - type = {techreport}, - year = {2014} -} - -@misc{docker-vs-virtmachine, - author = {Nick Janetakis}, - howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}, - note = {Megtekintve 2019-12-04}, - title = {Comparing Virtual Machines vs Docker Containers} -} - -@misc{docker-overview, - howpublished = {https://docs.docker.com/engine/docker-overview/}, - note = {Megtekintve 2019-12-04}, - title = {Docker overview} -} - -@manual{linux-namespaces, - howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html}, - note = {Megtekintve 2019-12-04}, - title = {namespaces - overview of Linux namespaces} -} - -@misc{cgroups, - howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}, - note = {Megtekintve 2019-12-04}, - title = {Introduction to Control Groups (Cgroups)} -} - -@misc{mikroszeviz, - author = {Farkas G{\'a}bor}, - howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}, - note = {Megtekintve 2019-12-04}, - title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} -} - -@manual{kubernetes-pods, - howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/}, - note = {Megtekintve 2019-12-04}, - title = {Pods} -} - -@manual{kubernetes-replicaset, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}, - note = {Megtekintve 2019-12-04}, - title = {ReplicaSet} -} - -@manual{kubernetes-deployment, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}, - note = {Megtekintve 2019-12-04}, - title = {Deployments} -} - -@manual{kubernetes-crd, - howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}, - note = {Megtekintve 2019-12-04}, - title = {Extend the Kubernetes API with CustomResourceDefinitions} -} - -@manual{kubernetes-hpa, - howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}, - note = {Megtekintve 2019-12-04}, - title = {Horizontal Pod Autoscaler} -} - -@manual{kubeless-http, - howpublished = {https://kubeless.io/docs/http-triggers/}, - note = {Megtekintve 2019-12-04}, - title = {Expose and secure Kubeless functions} -} - -@manual{kubeless-pubsub, - howpublished = {https://kubeless.io/docs/pubsub-functions/}, - note = {Megtekintve 2019-12-04}, - title = {PubSub events} -} - -@manual{kubernetes-ingress, - howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}, - note = {Megtekintve 2019-12-04}, - title = {Ingress Controllers} -} - -@manual{kubernetes-nginx, - howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal}, - note = {Megtekintve 2019-12-04}, - title = {Installation Guide - Bare Metal} -} - -@misc{github-issue-1, - howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131}, - note = {Megtekintve 2019-12-04}, - title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} -} - -@manual{kubeless-quickstart, - howpublished = {https://kubeless.io/docs/quick-start/}, - note = {Megtekintve 2019-12-04}, - title = {Installation} -} - -@misc{github-hey, - howpublished = {https://github.com/rakyll/hey}, - note = {Megtekintve 2019-12-04}, - title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} -} - -@misc{github-wrk, - howpublished = {https://github.com/wg/wrk}, - note = {Megtekintve 2019-12-04}, - title = {Modern HTTP benchmarking tool} -} - -@manual{docker-logging, - howpublished = {https://docs.docker.com/config/containers/logging/configure/}, - note = {Megtekintve 2019-12-04}, - title = {Configure logging drivers} -} - -@manual{kubernetes-ephemeral-storage, - howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}, - note = {Megtekintve 2019-12-04}, - title = {Managing Compute Resources for Containers - Local ephemeral storage} -} - -@manual{kubernetes-eviction, - howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}, - note = {Megtekintve 2019-12-04}, - title = {Configure Out of Resource Handling - Eviction Policy} -} - -@manual{kubernetes-nodes, - howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/}, - note = {Megtekintve 2019-12-04}, - title = {Nodes} -} - -@manual{kubernetes-kubelet, - howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}, - note = {Megtekintve 2019-12-04}, - title = {kubelet} -} - -@misc{cloud, - howpublished = {https://www.ibm.com/cloud/learn/cloud-computing}, - note = {Megtekintve 2019-12-04}, - title = {Cloud computing: A complete guide} -} - -@misc{faas, - howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}, - note = {Megtekintve 2019-12-04}, - title = {What Is Function as a Service (FaaS)?} -} - -@article{saas, - howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}, - note = {Megtekintve 2019-12-04}, - title = {What is SaaS? Software-as-a-service defined} -} - -@misc{paas, - howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}, - note = {Megtekintve 2019-12-04}, - title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose} -} - -@misc{iaas, - howpublished = {https://www.techradar.com/news/what-is-infrastructure-as-a-service}, - note = {Megtekintve 2019-12-04}, - title = {What is Infrastructure-as-a-Service? Everything you need to know} -} - diff --git a/src/bib/mybib.bib~4 b/src/bib/mybib.bib~4 deleted file mode 100644 index 152dcbd..0000000 --- a/src/bib/mybib.bib~4 +++ /dev/null @@ -1,174 +0,0 @@ -@report{Jeney, - author = {G{\'a}bor Jeney}, - institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k}, - location = {Budapest}, - note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}}, - title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l}, - type = {techreport}, - year = {2014} -} - -@misc{docker-vs-virtmachine, - author = {Nick Janetakis}, - howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}, - note = {Megtekintve 2019-12-04}, - title = {Comparing Virtual Machines vs Docker Containers} -} - -@misc{docker-overview, - howpublished = {https://docs.docker.com/engine/docker-overview/}, - note = {Megtekintve 2019-12-04}, - title = {Docker overview} -} - -@manual{linux-namespaces, - howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html}, - note = {Megtekintve 2019-12-04}, - title = {namespaces - overview of Linux namespaces} -} - -@misc{cgroups, - howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}, - note = {Megtekintve 2019-12-04}, - title = {Introduction to Control Groups (Cgroups)} -} - -@misc{mikroszeviz, - author = {Farkas G{\'a}bor}, - howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}, - note = {Megtekintve 2019-12-04}, - title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} -} - -@manual{kubernetes-pods, - howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/}, - note = {Megtekintve 2019-12-04}, - title = {Pods} -} - -@manual{kubernetes-replicaset, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}, - note = {Megtekintve 2019-12-04}, - title = {ReplicaSet} -} - -@manual{kubernetes-deployment, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}, - note = {Megtekintve 2019-12-04}, - title = {Deployments} -} - -@manual{kubernetes-crd, - howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}, - note = {Megtekintve 2019-12-04}, - title = {Extend the Kubernetes API with CustomResourceDefinitions} -} - -@manual{kubernetes-hpa, - howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}, - note = {Megtekintve 2019-12-04}, - title = {Horizontal Pod Autoscaler} -} - -@manual{kubeless-http, - howpublished = {https://kubeless.io/docs/http-triggers/}, - note = {Megtekintve 2019-12-04}, - title = {Expose and secure Kubeless functions} -} - -@manual{kubeless-pubsub, - howpublished = {https://kubeless.io/docs/pubsub-functions/}, - note = {Megtekintve 2019-12-04}, - title = {PubSub events} -} - -@manual{kubernetes-ingress, - howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}, - note = {Megtekintve 2019-12-04}, - title = {Ingress Controllers} -} - -@manual{kubernetes-nginx, - howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal}, - note = {Megtekintve 2019-12-04}, - title = {Installation Guide - Bare Metal} -} - -@misc{github-issue-1, - howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131}, - note = {Megtekintve 2019-12-04}, - title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} -} - -@manual{kubeless-quickstart, - howpublished = {https://kubeless.io/docs/quick-start/}, - note = {Megtekintve 2019-12-04}, - title = {Installation} -} - -@misc{github-hey, - howpublished = {https://github.com/rakyll/hey}, - note = {Megtekintve 2019-12-04}, - title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} -} - -@misc{github-wrk, - howpublished = {https://github.com/wg/wrk}, - note = {Megtekintve 2019-12-04}, - title = {Modern HTTP benchmarking tool} -} - -@manual{docker-logging, - howpublished = {https://docs.docker.com/config/containers/logging/configure/}, - note = {Megtekintve 2019-12-04}, - title = {Configure logging drivers} -} - -@manual{kubernetes-ephemeral-storage, - howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}, - note = {Megtekintve 2019-12-04}, - title = {Managing Compute Resources for Containers - Local ephemeral storage} -} - -@manual{kubernetes-eviction, - howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}, - note = {Megtekintve 2019-12-04}, - title = {Configure Out of Resource Handling - Eviction Policy} -} - -@manual{kubernetes-nodes, - howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/}, - note = {Megtekintve 2019-12-04}, - title = {Nodes} -} - -@manual{kubernetes-kubelet, - howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}, - note = {Megtekintve 2019-12-04}, - title = {kubelet} -} - -@misc{cloud, - howpublished = {https://www.ibm.com/cloud/learn/cloud-computing}, - note = {Megtekintve 2019-12-04}, - title = {Cloud computing: A complete guide} -} - -@misc{faas, - howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}, - note = {Megtekintve 2019-12-04}, - title = {What Is Function as a Service (FaaS)?} -} - -@article{saas, - howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}, - note = {Megtekintve 2019-12-04}, - title = {What is SaaS? Software-as-a-service defined} -} - -@misc{paas, - howpublished = {https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/}, - note = {Megtekintve 2019-12-04}, - title = {SaaS vs PaaS vs IaaS: What{\rq}s The Difference and How To Choose} -} - diff --git a/src/bib/mybib.bib~5 b/src/bib/mybib.bib~5 deleted file mode 100644 index d6ea230..0000000 --- a/src/bib/mybib.bib~5 +++ /dev/null @@ -1,168 +0,0 @@ -@report{Jeney, - author = {G{\'a}bor Jeney}, - institution = {Budapesti M{\H u}szaki {\'e}s Gazdas{\'a}gtudom{\'a}nyi Egyetem, H{\'\i}rad{\'a}stechnikai Tansz{\'e}k}, - location = {Budapest}, - note = {\url{http://www.mcl.hu/~jeneyg/kinezet.pdf}}, - title = {Hogyan n{\'e}z ki egy ig{\'e}nyes dokumentum? {N}{\'e}h{\'a}ny sz{\'o}ban az alapvet{\H o} tipogr{\'a}fiai szab{\'a}lyokr{\'o}l}, - type = {techreport}, - year = {2014} -} - -@misc{docker-vs-virtmachine, - author = {Nick Janetakis}, - howpublished = {https://nickjanetakis.com/blog/comparing-virtual-machines-vs-docker-containers}, - note = {Megtekintve 2019-12-04}, - title = {Comparing Virtual Machines vs Docker Containers} -} - -@misc{docker-overview, - howpublished = {https://docs.docker.com/engine/docker-overview/}, - note = {Megtekintve 2019-12-04}, - title = {Docker overview} -} - -@manual{linux-namespaces, - howpublished = {http://man7.org/linux/man-pages/man7/namespaces.7.html}, - note = {Megtekintve 2019-12-04}, - title = {namespaces - overview of Linux namespaces} -} - -@misc{cgroups, - howpublished = {https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/6/html/resource\_management\_guide/ch01}, - note = {Megtekintve 2019-12-04}, - title = {Introduction to Control Groups (Cgroups)} -} - -@misc{mikroszeviz, - author = {Farkas G{\'a}bor}, - howpublished = {https://ithub.hu/blog/post/A\_microservice\_architekturarol\_diohejban/}, - note = {Megtekintve 2019-12-04}, - title = {A microservice architekt{\'u}r{\'a}r{\'o}l di{\'o}h{\'e}jban} -} - -@manual{kubernetes-pods, - howpublished = {https://kubernetes.io/docs/concepts/workloads/pods/pod/}, - note = {Megtekintve 2019-12-04}, - title = {Pods} -} - -@manual{kubernetes-replicaset, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/}, - note = {Megtekintve 2019-12-04}, - title = {ReplicaSet} -} - -@manual{kubernetes-deployment, - howpublished = {https://kubernetes.io/docs/concepts/workloads/controllers/deployment/}, - note = {Megtekintve 2019-12-04}, - title = {Deployments} -} - -@manual{kubernetes-crd, - howpublished = {https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/}, - note = {Megtekintve 2019-12-04}, - title = {Extend the Kubernetes API with CustomResourceDefinitions} -} - -@manual{kubernetes-hpa, - howpublished = {https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/}, - note = {Megtekintve 2019-12-04}, - title = {Horizontal Pod Autoscaler} -} - -@manual{kubeless-http, - howpublished = {https://kubeless.io/docs/http-triggers/}, - note = {Megtekintve 2019-12-04}, - title = {Expose and secure Kubeless functions} -} - -@manual{kubeless-pubsub, - howpublished = {https://kubeless.io/docs/pubsub-functions/}, - note = {Megtekintve 2019-12-04}, - title = {PubSub events} -} - -@manual{kubernetes-ingress, - howpublished = {https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/}, - note = {Megtekintve 2019-12-04}, - title = {Ingress Controllers} -} - -@manual{kubernetes-nginx, - howpublished = {https://kubernetes.github.io/ingress-nginx/deploy/\#bare-metal}, - note = {Megtekintve 2019-12-04}, - title = {Installation Guide - Bare Metal} -} - -@misc{github-issue-1, - howpublished = {https://github.com/kubernetes-incubator/metrics-server/issues/131}, - note = {Megtekintve 2019-12-04}, - title = {Metrics server issue with hostname resolution of kubelet and apiserver unable to communicate with metric-server clusterIP} -} - -@manual{kubeless-quickstart, - howpublished = {https://kubeless.io/docs/quick-start/}, - note = {Megtekintve 2019-12-04}, - title = {Installation} -} - -@misc{github-hey, - howpublished = {https://github.com/rakyll/hey}, - note = {Megtekintve 2019-12-04}, - title = {HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom} -} - -@misc{github-wrk, - howpublished = {https://github.com/wg/wrk}, - note = {Megtekintve 2019-12-04}, - title = {Modern HTTP benchmarking tool} -} - -@manual{docker-logging, - howpublished = {https://docs.docker.com/config/containers/logging/configure/}, - note = {Megtekintve 2019-12-04}, - title = {Configure logging drivers} -} - -@manual{kubernetes-ephemeral-storage, - howpublished = {https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\#local-ephemeral-storage}, - note = {Megtekintve 2019-12-04}, - title = {Managing Compute Resources for Containers - Local ephemeral storage} -} - -@manual{kubernetes-eviction, - howpublished = {https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/\#eviction-policy}, - note = {Megtekintve 2019-12-04}, - title = {Configure Out of Resource Handling - Eviction Policy} -} - -@manual{kubernetes-nodes, - howpublished = {https://kubernetes.io/docs/concepts/architecture/nodes/}, - note = {Megtekintve 2019-12-04}, - title = {Nodes} -} - -@manual{kubernetes-kubelet, - howpublished = {https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/}, - note = {Megtekintve 2019-12-04}, - title = {kubelet} -} - -@misc{cloud, - howpublished = {https://www.ibm.com/cloud/learn/cloud-computing}, - note = {Megtekintve 2019-12-04}, - title = {Cloud computing: A complete guide} -} - -@misc{faas, - howpublished = {https://www.cloudflare.com/learning/serverless/glossary/function-as-a-service-faas/}, - note = {Megtekintve 2019-12-04}, - title = {What Is Function as a Service (FaaS)?} -} - -@article{saas, - howpublished = {https://www.infoworld.com/article/3226386/what-is-saas-software-as-a-service-defined.html}, - note = {Megtekintve 2019-12-04}, - title = {What is SaaS? Software-as-a-service defined} -} - diff --git a/src/include/thesis-en.tex b/src/include/thesis-en.tex index c2a9513..50cb082 100644 --- a/src/include/thesis-en.tex +++ b/src/include/thesis-en.tex @@ -39,7 +39,7 @@ \newcommand{\selectthesislanguage}{\selectenglish} -\bibliographystyle{plainnat} +\bibliographystyle{unsrt} \newcommand{\ie}{i.e.\@\xspace} \newcommand{\Ie}{I.e.\@\xspace} diff --git a/src/include/thesis-hu.tex b/src/include/thesis-hu.tex index 461db5c..29335e9 100644 --- a/src/include/thesis-hu.tex +++ b/src/include/thesis-hu.tex @@ -39,7 +39,7 @@ \newcommand{\selectthesislanguage}{\selecthungarian} -\bibliographystyle{huplain} +\bibliographystyle{unsrt} \def\lstlistingname{lista} diff --git a/src/thesis.tex b/src/thesis.tex index 6fd3282..12c4fb3 100644 --- a/src/thesis.tex +++ b/src/thesis.tex @@ -100,7 +100,7 @@ %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \addcontentsline{toc}{chapter}{\bibname} \bibliography{bib/mybib} -\bibliographystyle{unsrt} + % Appendix %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \input{content/appendices}