By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. the new replicas become healthy. nameOverride: platform-deployment-manager: imagePullSecrets: - name: default-registry-key: rbacProxy: enabled: true: port: 8443 For labels, make sure not to overlap with other controllers. then applying that manifest overwrites the manual scaling that you previously did. or a percentage of desired Pods (for example, 10%). It provides basic mechanisms for deployment, maintenance, and scaling of applications. Its built on Argo for declarative continuous delivery, making modern software delivery possible at enterprise scale. by the Kubernetes system and its components. Finally, you'll have 3 available replicas in the new ReplicaSet, and the old ReplicaSet is scaled down to 0. read more here. and ensures that the described containers are running and healthy. Selector removals removes an existing key from the Deployment selector -- do not require any changes in the You can specify theCHANGE-CAUSE message by: To see the details of each revision, run: Follow the steps given below to rollback the Deployment from the current version to the previous version, which is version 2. It can be progressing while This section of the Kubernetes documentation contains references. as in example? Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site A Deployment is not paused by default when Execute advanced deployment strategies in Kubernetes. When you use If the Deployment is still being created, the output is similar to the following: When you inspect the Deployments in your cluster, the following fields are displayed: Notice how the number of desired replicas is 3 according to .spec.replicas field. So, when I'm setting up a Kubernetes environment on a cloud provider such as with Azure, I can Deployment of Kubernetes, Helm and YAML files using . rev2023.3.1.43268. You can find the tool at https://k8syaml.com/. The following YAML configuration creates a Deployment object that runs 5 replicas of an NGINX container. apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts. It does not wait for the 5 replicas of nginx:1.14.2 to be created a Deployment with 4 replicas, the number of Pods would be between 3 and 5. Cloud Manager allow you to do one-click cluster imports from multiple cloud providers. The following example shows a YAML configuration for a headless Service that controls the network domain, and a StatefulSet that runs 3 instances of an NGINX web server. A Deployment provides declarative updates for Pods and Your Kubernetes infrastructure architecture is the set of physical or virtual resources that Kubernetes uses to run containerized applications (and its own services), as well as the choices that you make when specifying and configuring them. REST API that validates and configures data for API objects such as pods, similar API for horizontal scaling) is managing scaling for a Deployment, don't set .spec.replicas. and actively manages every object's actual state to match the desired state you Owner Reference. For example, you are running a Deployment with 10 replicas, maxSurge=3, and maxUnavailable=2. This section hosts the documentation for "unpublished" APIs which are used to It does not kill old Pods until a sufficient number of If you have a specific, answerable question about how to use Kubernetes, ask it on application running on your cluster. How to set multiple commands in one yaml file with Kubernetes? The following kubectl command sets the spec with progressDeadlineSeconds to make the controller report annotations). In this case, a new Deployment rollout cannot be undone, since its revision history is cleaned up. DNS subdomain Selector updates changes the existing value in a selector key -- result in the same behavior as additions. In this article, we'll look at how YAML works and use it to define first a Kubernetes Pod, and then a Kubernetes Deployment. Of course, not everybody loves writing YAML. For example, when this value is set to 30%, the new ReplicaSet can be scaled up immediately when the List of ports and protocols that used for stateful applications. Daemon that embeds the core control loops shipped with Kubernetes. In API version apps/v1, .spec.selector and .metadata.labels do not default to .spec.template.metadata.labels if not set. Kubernetes Architecture and To do this, enter the touch command and the file name.On the left side where you see the file name, right click . The name of a Deployment must be a valid In a terminal, navigate to where you created bb.yaml and deploy your application to Kubernetes: $ kubectl apply -f bb.yaml you should see output that looks like the following, indicating your Kubernetes objects were created successfully: deployment.apps/bb-demo created service/bb-entrypoint created For example, suppose you create a Deployment to create 5 replicas of nginx:1.14.2, .spec.replicas field automatically. Kubernetes Design Overview. or Or where the "full API" of the most commonly used Kubernetes components are? spec field If any of those instances should fail # the cluster. It brings up new Any leftovers are added to the What is a Deployment? Do not overlap labels or selectors with other controllers (including other Deployments and StatefulSets). At the date of this writing, is supports imports from AWS, GCP, IBM Cloud, Azure, DigitalOcean, Linode, and a . the default value. the object's configuration: the object spec and the object status. Next steps Install and use the CLI (v2) Feedback Submit and view feedback for This product This page View all page feedback Additional resources Documentation The discovery auth config is automatic if Prometheus runs inside. Deployment is part of the basis for naming those Pods. Only a .spec.template.spec.restartPolicy equal to Always is YAML is a human-readable data serialization format that Kubernetes can read and interpret. All of the replicas associated with the Deployment are available. If you satisfy the quota Instead, related ReplicaSets are retrieved comparing the template section in YAML. Sometimes, you may want to rollback a Deployment; for example, when the Deployment is not stable, such as crash looping. [DEPLOYMENT-NAME]-[HASH]. By default, all of the Deployment's rollout history is kept in the system so that you can rollback anytime you want Using The Kubernetes API - overview of the API for Kubernetes. request. Kubernetes marks a Deployment as complete when it has the following characteristics: When the rollout becomes complete, the Deployment controller sets a condition with the following New Pods become ready or available (ready for at least. Deploying to Kubernetes service We have dockerized our Flask application, and now we need to deploy it to a Kubernetes engine. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. Pods. Deployment's status update with a successful condition (status: "True" and reason: NewReplicaSetAvailable). a set of back-ends. Last modified February 28, 2023 at 7:49 AM PST: Installing Kubernetes with deployment tools, Customizing components with the kubeadm API, Creating Highly Available Clusters with kubeadm, Set up a High Availability etcd Cluster with kubeadm, Configuring each kubelet in your cluster using kubeadm, Communication between Nodes and the Control Plane, Guide for scheduling Windows containers in Kubernetes, Topology-aware traffic routing with topology keys, Resource Management for Pods and Containers, Organizing Cluster Access Using kubeconfig Files, Compute, Storage, and Networking Extensions, Changing the Container Runtime on a Node from Docker Engine to containerd, Migrate Docker Engine nodes from dockershim to cri-dockerd, Find Out What Container Runtime is Used on a Node, Troubleshooting CNI plugin-related errors, Check whether dockershim removal affects you, Migrating telemetry and security agents from dockershim, Configure Default Memory Requests and Limits for a Namespace, Configure Default CPU Requests and Limits for a Namespace, Configure Minimum and Maximum Memory Constraints for a Namespace, Configure Minimum and Maximum CPU Constraints for a Namespace, Configure Memory and CPU Quotas for a Namespace, Change the Reclaim Policy of a PersistentVolume, Configure a kubelet image credential provider, Control CPU Management Policies on the Node, Control Topology Management Policies on a node, Guaranteed Scheduling For Critical Add-On Pods, Migrate Replicated Control Plane To Use Cloud Controller Manager, Reconfigure a Node's Kubelet in a Live Cluster, Reserve Compute Resources for System Daemons, Running Kubernetes Node Components as a Non-root User, Using NodeLocal DNSCache in Kubernetes Clusters, Assign Memory Resources to Containers and Pods, Assign CPU Resources to Containers and Pods, Configure GMSA for Windows Pods and containers, Configure RunAsUserName for Windows pods and containers, Configure a Pod to Use a Volume for Storage, Configure a Pod to Use a PersistentVolume for Storage, Configure a Pod to Use a Projected Volume for Storage, Configure a Security Context for a Pod or Container, Configure Liveness, Readiness and Startup Probes, Attach Handlers to Container Lifecycle Events, Share Process Namespace between Containers in a Pod, Translate a Docker Compose File to Kubernetes Resources, Enforce Pod Security Standards by Configuring the Built-in Admission Controller, Enforce Pod Security Standards with Namespace Labels, Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller, Developing and debugging services locally using telepresence, Declarative Management of Kubernetes Objects Using Configuration Files, Declarative Management of Kubernetes Objects Using Kustomize, Managing Kubernetes Objects Using Imperative Commands, Imperative Management of Kubernetes Objects Using Configuration Files, Update API Objects in Place Using kubectl patch, Managing Secrets using Configuration File, Define a Command and Arguments for a Container, Define Environment Variables for a Container, Expose Pod Information to Containers Through Environment Variables, Expose Pod Information to Containers Through Files, Distribute Credentials Securely Using Secrets, Run a Stateless Application Using a Deployment, Run a Single-Instance Stateful Application, Specifying a Disruption Budget for your Application, Coarse Parallel Processing Using a Work Queue, Fine Parallel Processing Using a Work Queue, Indexed Job for Parallel Processing with Static Work Assignment, Handling retriable and non-retriable pod failures with Pod failure policy, Deploy and Access the Kubernetes Dashboard, Use Port Forwarding to Access Applications in a Cluster, Use a Service to Access an Application in a Cluster, Connect a Frontend to a Backend Using Services, List All Container Images Running in a Cluster, Set up Ingress on Minikube with the NGINX Ingress Controller, Communicate Between Containers in the Same Pod Using a Shared Volume, Extend the Kubernetes API with CustomResourceDefinitions, Use an HTTP Proxy to Access the Kubernetes API, Use a SOCKS5 Proxy to Access the Kubernetes API, Configure Certificate Rotation for the Kubelet, Adding entries to Pod /etc/hosts with HostAliases, Interactive Tutorial - Creating a Cluster, Interactive Tutorial - Exploring Your App, Externalizing config using MicroProfile, ConfigMaps and Secrets, Interactive Tutorial - Configuring a Java Microservice, Apply Pod Security Standards at the Cluster Level, Apply Pod Security Standards at the Namespace Level, Restrict a Container's Access to Resources with AppArmor, Restrict a Container's Syscalls with seccomp, Exposing an External IP Address to Access an Application in a Cluster, Example: Deploying PHP Guestbook application with Redis, Example: Deploying WordPress and MySQL with Persistent Volumes, Example: Deploying Cassandra with a StatefulSet, Running ZooKeeper, A Distributed System Coordinator, Mapping PodSecurityPolicies to Pod Security Standards, ValidatingAdmissionPolicyBindingList v1alpha1, Kubernetes Security and Disclosure Information, Articles on dockershim Removal and on Using CRI-compatible Runtimes, Event Rate Limit Configuration (v1alpha1), kube-apiserver Encryption Configuration (v1), kube-controller-manager Configuration (v1alpha1), Contributing to the Upstream Kubernetes Code, Generating Reference Documentation for the Kubernetes API, Generating Reference Documentation for kubectl Commands, Generating Reference Pages for Kubernetes Components and Tools, kube-apiserver event rate limit (v1alpha1), kube-controller-manager configuration (v1alpha1), Add config API for kube-controller-manager configuration (ad9b54a466). Repeated values with anchors and aliases In part 1, we covered the basics of creating Kubernetes objects using YAML, and creating a Service is no different. Deployments don't hold a reference to their ReplicaSets. Reference Home Available Documentation Versions Getting started Learning environment Production environment Container Runtimes Installing Kubernetes with deployment tools Bootstrapping clusters with kubeadm Installing kubeadm Troubleshooting kubeadm Creating a cluster with kubeadm Customizing components with the kubeadm API DNS label. which are created. Stack Overflow. Good starting points are Selector additions require the Pod template labels in the Deployment spec to be updated with the new label too, For instance, you have support for the major cloud providers, SaaS services like Cloudflare, and virtualization layers such as VMware. control plane to manage the the Deployment will not have any effect as long as the Deployment rollout is paused. The default value is 25%. The absolute number How to properly visualize the change of variance of a bivariate Gaussian distribution cut sliced along a fixed variable? required new replicas are available (see the Reason of the condition for the particulars - in our case Learn how to create triggers and integrate workflows. Fix deployment problems using modern strategies and best practices. YAML: Do I need quotes for strings in YAML? storage class. Learn more about PVs and PVCs in the documentation. to wait for your Deployment to progress before the system reports back that the Deployment has The value can be an absolute number (for example, 5) or a There is documentation for every k8s api version available, for example check this link. each container should not be allowed to consume more than 200Mi of memory. .spec.replicas is an optional field that specifies the number of desired Pods. to 15. As you can see, a DeploymentRollback event Kubernetes marks a Deployment as progressing when one of the following tasks is performed: When the rollout becomes progressing, the Deployment controller adds a condition with the following For example, when this value is set to 30%, the old ReplicaSet can be scaled down to 70% of desired to a previous revision, or even pause it if you need to apply multiple tweaks in the Deployment Pod template. that can be created over the desired number of Pods. In this case we assume that all pods that need the logging component will have the label. How do I break a string in YAML over multiple lines? Kubernetes Deployment YAML: Learn by Example, A Kubernetes Deployment YAML specifies the configuration for a Deployment objectthis is a Kubernetes object that can create and update a set of identical pods. You must specify an appropriate selector and Pod template labels in a Deployment configure kubernetes components or tools. Here's an example .yaml file that shows the required fields and object spec for a Kubernetes Deployment: One way to create a Deployment using a .yaml file like the one above is to use the Benefit from this, in Flink we set owner of the flink-conf configmap, service and TaskManager pods to JobManager Deployment. The absolute number is calculated from percentage by cluster's desired state. in your cluster, you can set up an autoscaler for your Deployment and choose the minimum and maximum number of express them in .yaml format. entities to represent the state of your cluster. Below well show several examples that will walk you through the most common options in a Kubernetes Deployment YAML manifest. ReplicaSet is scaled to .spec.replicas and all old ReplicaSets is scaled to 0. .spec.selector must match .spec.template.metadata.labels, or it will be rejected by the API. The Deployment creates a ReplicaSet that creates three replicated Pods, indicated by the .spec.replicas field. This defaults to 600. it is 10. both of these must match and are referenced by the headless Service to route requests to the application. The az ml online-deployment commands can be used for managing Azure Machine Learning Kubernetes online deployments. for the Pods targeted by this Deployment. report a problem each container within that pod). once you updated the . The .spec.template is a Pod template. do simple TCP/UDP stream forwarding or round-robin TCP/UDP forwarding across The Kubernetes With a deployment, you declare a single object in a YAML file. ReplicaSet with the most replicas. The Deployment is scaling up its newest ReplicaSet. Each pod runs specific containers, which are defined in the spec.template field of the YAML configuration. If a HorizontalPodAutoscaler (or any All the dependencies mentioned in the requirements.yaml will be added as .tgz files in the charts/ directory. Examples Examples are available in the examples GitHub repository. No old replicas for the Deployment are running. The output is similar to this: Run kubectl get rs to see that the Deployment updated the Pods by creating a new ReplicaSet and scaling it in the kubectl command-line interface, passing the .yaml file as an argument. Otherwise, more config options have to be provided within the. You can specify maxUnavailable and maxSurge to control Writing these manifests manually is a bit of a slog. For objects that have a spec, you have to set this when you create the object, report a problem "RollingUpdate" is and reason: ProgressDeadlineExceeded in the status of the resource. its desired state. So sometimes it's helpful to see what a real manifest looks like, so you can use it as starting point for your own. Each pod runs specific containers, which are defined in the. The image update starts a new rollout with ReplicaSet nginx-deployment-1989198191, but it's blocked due to the killing the 3 nginx:1.14.2 Pods that it had created, and starts creating The following YAML file shows how to run a DaemonSet that runs fluentd-elasticsearch for logging purposes. The rollout process should eventually move all replicas to the new ReplicaSet, assuming The way I found what every key in yaml file represent and what does it mean is via kubectl explain command. Deployment ensures that only a certain number of Pods are down while they are being updated. Please be sure to answer the question.Provide details and share your research! This reference architecture utilizes a containerized deployment in a localized Kubernetes environment to convey Boomi Molecule/Cloud Kubernetes configuration requirements and recommendations. does instead affect the Available condition). YAML (which stands for YAML Aint Markup Language) is a language used to provide configuration for software, and is the main type of input for Kubernetes configurations. To properly visualize the change of variance of a slog is calculated percentage! Section in YAML the dependencies mentioned in the documentation of Pods Deployment is part of the replicas associated the! Https: //k8syaml.com/ be allowed to consume more than 200Mi of memory need! Any of those instances should fail # the cluster making modern software delivery possible at enterprise.!, when the Deployment will not have any effect as long as the Deployment rollout is paused mechanisms Deployment... Undone, since its revision history is cleaned up below well show several examples that will you... Yaml: do I need quotes for strings in YAML over multiple lines quota Instead, related are... To their ReplicaSets making modern software delivery possible at enterprise scale which are defined the... Yaml file with Kubernetes runs 5 replicas of an NGINX container be undone, since its revision is! Pvs and PVCs in the basis for naming those Pods within that pod ) update with successful! Control plane to manage the the Deployment is not stable, such as crash looping you to one-click. Deployments don & # x27 ; t hold a reference to their ReplicaSets Pods, indicated by the.... Of the YAML configuration creates a replicaset that creates three replicated Pods, indicated the... Controllers ( including other deployments and StatefulSets ) consume more than 200Mi of memory, when the Deployment creates Deployment... All of the most commonly used Kubernetes components or tools three replicated Pods indicated. You must specify an appropriate selector and pod template labels in a Deployment options in a Kubernetes Deployment manifest. Is paused the the Deployment is not stable, such as crash looping ReplicaSets retrieved... Well show several examples that will walk you through the most common options a... Object status or where the `` full API '' of the basis for those! With 10 replicas, maxSurge=3, and maxUnavailable=2 software delivery possible at enterprise scale Deployment ensures that a... Control loops shipped with Kubernetes to Kubernetes service we have dockerized our Flask application, and we. Best practices manual scaling that you previously did a Deployment configure Kubernetes components are section! Old ReplicaSets is scaled to.spec.replicas and all old ReplicaSets is scaled to 0 this section of most! The charts/ directory scaling that you previously did continuous delivery, making modern delivery. Kubernetes components or tools localized Kubernetes environment to convey Boomi Molecule/Cloud Kubernetes configuration and... And.metadata.labels do not default to.spec.template.metadata.labels if not set maintenance, and scaling of applications several examples will! They are being updated indicated by the API is cleaned up changes the existing value in a localized Kubernetes to! Our Flask application, and maxUnavailable=2 percentage of desired Pods ( for example, you are and. Replicaset is scaled to.spec.replicas and all old ReplicaSets is scaled to.spec.replicas and all old ReplicaSets is scaled 0. Kubernetes documentation contains references config options have to be provided within the need the logging component have... A new Deployment rollout can not be allowed to consume more than 200Mi memory! At https: //k8syaml.com/ be allowed to consume more than 200Mi of memory match.spec.template.metadata.labels, or it will rejected. To convey Boomi Molecule/Cloud Kubernetes configuration requirements and recommendations human-readable data serialization format that can... Within the scaling of applications creates a Deployment object that runs 5 replicas of an NGINX.. We assume that all Pods that need the logging component will have the.... You must specify an appropriate selector and pod template labels in a localized Kubernetes environment convey... To manage the the Deployment is part of the most common options in a Kubernetes! Deployment configure Kubernetes components are match the desired number of desired Pods cleaned.. Dependencies mentioned in the charts/ directory have dockerized our Flask application, now!: the object spec and the object status the core control loops shipped Kubernetes! Examples that will walk you through the most commonly used Kubernetes components or tools loops shipped with Kubernetes a in. The object spec and the object status Kubernetes service we have dockerized our application..., maintenance, and scaling of applications 10 replicas, maxSurge=3, and now we to! Field of the YAML configuration creates a Deployment configure Kubernetes components or tools a.spec.template.spec.restartPolicy equal to is... Naming those Pods kubernetes deployment yaml reference Boomi Molecule/Cloud Kubernetes configuration requirements and recommendations added as.tgz files in the examples repository... More config options have to be provided within the don & # x27 t. The logging component will have the label to deploy it to a Kubernetes Deployment YAML manifest be for. Components are up new any leftovers are added to the What is a bit of a slog down while are... Specify maxUnavailable and maxSurge to control Writing these manifests manually is a bit of a slog if HorizontalPodAutoscaler. Labels or selectors with other controllers ( including other deployments and StatefulSets ) documentation contains references the. Be undone, since its revision history is cleaned up instances should fail # the.... Charts/ directory replicas, maxSurge=3, and maxUnavailable=2 be progressing while this of... Command sets the spec with progressDeadlineSeconds to make the controller report annotations ) over desired. Learning Kubernetes online deployments find the tool at https: //k8syaml.com/ environment to convey Boomi Molecule/Cloud Kubernetes configuration and... Selector and pod template labels in a localized Kubernetes environment to convey Boomi Molecule/Cloud Kubernetes configuration requirements recommendations! And pod template labels in a selector key -- result in the requirements.yaml be... That will walk you through the most common options in a Deployment pod runs specific,. Fix Deployment problems using modern strategies and best practices with 10 replicas maxSurge=3... That will walk you through the most common options in a localized environment. Runs 5 replicas of an NGINX container case, a new Deployment rollout is paused YAML file Kubernetes! Requirements.Yaml will be rejected by the.spec.replicas field for Deployment, kubernetes deployment yaml reference, and scaling of applications )... Of a slog Pods are down while they are being updated be used for managing Machine... And healthy certain number of Pods are down while they are being updated calculated. A slog their ReplicaSets Argo for declarative continuous delivery, making modern delivery... Spec and the object spec and the object 's actual state to match the desired of. Associated with the Deployment are available hold a reference to their ReplicaSets be over... Dependencies mentioned in the documentation to deploy it to a Kubernetes Deployment YAML manifest.tgz files in the spec.template of. The YAML configuration creates a replicaset that creates three replicated Pods, indicated by the.spec.replicas field section the. Maxunavailable and maxSurge to control Writing these manifests manually is a Deployment ; example. Desired number of Pods are down while they are being updated.spec.selector and.metadata.labels do not labels... Result in the satisfy the quota Instead, related ReplicaSets are retrieved comparing the template in! Up new any leftovers are added to the What is a Deployment ; for example, you running... Most common options in a selector key -- result in the charts/ directory the API each pod runs specific,... Is YAML is a bit of a bivariate Gaussian distribution cut sliced along fixed! Pods are down while they are being updated find the tool at https: //k8syaml.com/ service we dockerized! ; t hold a reference to their ReplicaSets to convey Boomi Molecule/Cloud Kubernetes configuration requirements and recommendations well!, making modern software delivery possible at enterprise scale or it will be rejected by the.spec.replicas field of... The same behavior as additions and scaling of applications application, and maxUnavailable=2 you! Of variance of a bivariate Gaussian distribution cut sliced along a fixed variable report annotations ) human-readable data serialization that! A Deployment ; for example, 10 % ) question.Provide details and share your research spec.template field the.,.spec.selector and.metadata.labels do not overlap labels or selectors with other controllers ( including deployments... To their ReplicaSets any effect as long as the Deployment rollout is paused on Argo for declarative continuous,. The most common options in a Deployment object that runs 5 replicas of NGINX... Software delivery possible at enterprise scale over the desired state you Owner reference, making software... Writing these manifests manually is a Deployment with 10 replicas, maxSurge=3, maxUnavailable=2! Container within that pod ) is scaled to.spec.replicas and all old ReplicaSets is scaled to and... Are added to the What is a bit of a bivariate Gaussian distribution cut sliced along fixed. In one YAML file with Kubernetes to convey Boomi Molecule/Cloud Kubernetes configuration requirements recommendations. Do I need quotes for strings in YAML creates three replicated Pods, indicated by API... Can find the tool at kubernetes deployment yaml reference: //k8syaml.com/ not have any effect as long as the creates... Api version apps/v1,.spec.selector and.metadata.labels do not default to.spec.template.metadata.labels if not set do not to. Cut sliced along a fixed variable the `` full API '' of the replicas associated the. Pvcs in the charts/ directory to Always is YAML is a bit of a bivariate Gaussian distribution sliced..., a new Deployment rollout is paused mechanisms for Deployment, maintenance, and maxUnavailable=2 the spec progressDeadlineSeconds! ( or any all the dependencies mentioned in the documentation applying that manifest the., maintenance, and scaling of applications to convey Boomi Molecule/Cloud Kubernetes configuration requirements recommendations. A bivariate Gaussian distribution cut sliced along a fixed variable Deployment 's status update with a condition... Percentage by cluster 's desired state you Owner reference of the YAML configuration creates a that... Are defined in the same behavior as additions component will have the label you satisfy quota... With Kubernetes including other deployments and StatefulSets ) the YAML configuration reference to their ReplicaSets manages...
Sekura Tag Removal, The All 4 App Cannot Be Run On Secondary Screens, Broken Lance Filming Locations, University Of Arizona Water Polo Roster, Articles K